On Mon, 20 Apr 2009 23:52:39 -0500, pdlemper wrote:
> When I open python.exe to the console or "interactive window" and
> import/run a script I am frustrated trying to import and run another
> script in the same session. eg I run the script alphasort once fine :
import alphasort
When I open python.exe to the console or "interactive window" and
import/run a script I am frustrated trying to import and run another
script in the same session. eg I run the script alphasort once fine :
>>> import alphasort < it runs >
When its finished I then try to run the same