I understand that DIAdem is not a console application, but a GUI-application. Therefore, a python command like
val = input("Enter value: ")
will not work because sys.StdIn and sys.StdOut are not available. However, this isn't well-documented and the error given isn't very helpful.
There are other more complicated outputs that I have seen in the console area of my regular Python IDE (I usually use PyCharm) that fail with very unrecognizable errors in DIAdem Python, usually a string of errors in many scripts that looks very intimidating!
It seems that DIAdem is just grabbing the simple "print" statements from Python scripts, and nothing else works. This would be ok if these errors could be bypassed somehow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.