Re: Failure of running a second script in same interactive session

2009-04-20 Thread Steven D'Aprano
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

Failure of running a second script in same interactive session

2009-04-20 Thread pdlemper
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