Is there an (easy) way to ask the user for values (numbers or strings) within a Python script - something like the Message Method in the Application Object but with input capabilities?
Also the askinteger function from the tkinter.simpledialog package would be fine, but it seams tkinter is not supported here (at least pulsonix scripting rises an error in the line tkinter shall be imported)...