sepehr vakil
Posts: 1
Nickname: svakil
Registered: Jun, 2008
|
|
how to restart a script
|
Posted: Jun 19, 2008 2:57 PM
|
|
|
Advertisement
|
hello,
i am brand new to python, have a simple question.
i have created a script called test1.py and have placed this file in the same directory as python is installed (C:/pyton25/).
I run the script by typing "import test1" into my python shell. it works fine.
BUT, if i make a change to the script, i don't know how to rerun it. if i try to re-import the module, nothing happens.
I am forced to close my python shell and re-open every time i make any changes.
Any help?? thanks
|
|