On 18 juin 2014, at 21:57, Gabriele Battaglia <iz4apu@libero.it> wrote:

...
The problem was about how to run a Python Script which involves some user interaction:

***
print “Hello world.”
age = input (“How are old, dear world?”)
print “Ohh,”, age, “ so aged?”
***


When I need this type of user interaction within a command I use CocoaDialog. It offers many options that should cover most, albeit simple needs.