how to run python-script from the python promt? [absolute newbie]
Admin
Admin at no.mail.to
Tue Dec 20 13:19:14 EST 2011
More information about the Python-list mailing list
Tue Dec 20 13:19:14 EST 2011
- Previous message (by thread): how to run python-script from the python promt? [absolute newbie]
- Next message (by thread): how to run python-script from the python promt? [absolute newbie]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 18.12.2011 12:00, schrieb nukeymusic: > How can I load a python-script after starting python in the > interactive mode? > I tried with >>>> load 'myscript.py' >>>> myscript.py >>>> myscript > > but none of these works, so the only way I could work further until > now was copy/paste line per line of my python-script to the > interactive mode prompt > I do know how to run the script non-interactively, but what I want to > do is adding lines to the code I have written thus far in interactive > mode. > > thanks in advance > nukey just go to the folder there there script is located and then do "scriptname.py"
- Previous message (by thread): how to run python-script from the python promt? [absolute newbie]
- Next message (by thread): how to run python-script from the python promt? [absolute newbie]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list