Re: [Tutor] import a module

2005-12-21 Thread Alan Gauld
And to add to Kent's comments >> C:\Documents and Settings\Christopher Spears\My >> Documents\programming\PythonScripts\Part4\Ex07\functions.py >> >> I want to launch IDLE, import the file, and use it. I >> tried: >> >> import "C:\Documents and Settings\Christopher >> Spears\My >> Documents\p

Re: [Tutor] import a module

2005-12-21 Thread Kent Johnson
Christopher Spears wrote: > I'm feeling a little foolish because I cannot do this. > I created a module called functions (Clever, huh?) at > this path: > > C:\Documents and Settings\Christopher Spears\My > Documents\programming\PythonScripts\Part4\Ex07\functions.py > > I want to launch IDLE, imp

[Tutor] import a module

2005-12-21 Thread Christopher Spears
I'm feeling a little foolish because I cannot do this. I created a module called functions (Clever, huh?) at this path: C:\Documents and Settings\Christopher Spears\My Documents\programming\PythonScripts\Part4\Ex07\functions.py I want to launch IDLE, import the file, and use it. I tried: impor