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
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
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
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