Re: [Tutor] Help - importing modules

2010-09-18 Thread David Hutto
On Sat, Sep 18, 2010 at 11:46 AM, Steven D'Aprano wrote: > On Sun, 19 Sep 2010 12:16:47 am Fernando Karpinski wrote: >>    Hi, everyone. I need help when importing a file I created, with >> the .py extension. I am trying to access its directory in DOS, and >> after I do it, I type "import filename

Re: [Tutor] Help - importing modules

2010-09-18 Thread Steven D'Aprano
On Sun, 19 Sep 2010 12:16:47 am Fernando Karpinski wrote: >Hi, everyone. I need help when importing a file I created, with > the .py extension. I am trying to access its directory in DOS, and > after I do it, I type "import filename", but it is not working. Define "not working". My crystal ba

Re: [Tutor] Help - importing modules

2010-09-18 Thread Joel Goldstick
On Sat, Sep 18, 2010 at 10:16 AM, Fernando Karpinski wrote: > >Hi, everyone. I need help when importing a file I created, with the .py > extension. I am trying to access its directory in DOS, and after I do it, I > type "import filename", but it is not working. I tried to do it by writing > "i

[Tutor] Help - importing modules

2010-09-18 Thread Fernando Karpinski
Hi, everyone. I need help when importing a file I created, with the .py extension. I am trying to access its directory in DOS, and after I do it, I type "import filename", but it is not working. I tried to do it by writing "import filename.py", but it didn't work either. I'm aware that after the