Re: TRying to import files from my folder not pythons lib folder

2007-09-24 Thread Gabriel Genellina
En Mon, 24 Sep 2007 22:36:38 -0300, Luis M. González <[EMAIL PROTECTED]> escribi�: > I solved the problem! > You were right. It seems there was a module that was causing problems, > although I don't know which one... > I just moved all the .py files on my desktop to a new folder, and > everythin

Re: TRying to import files from my folder not pythons lib folder

2007-09-24 Thread Luis M . González
On Sep 24, 5:00 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Sun, 23 Sep 2007 22:01:39 -0300, Luis M. González <[EMAIL PROTECTED]> > escribi?: > > > This is exactly what I did, but I have a new problem now: > > After setingPYTHONPATHI'm no longer able to start IDLE from the > > start men

Re: TRying to import files from my folder not pythons lib folder

2007-09-24 Thread Luis M . González
On Sep 24, 5:00 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Sun, 23 Sep 2007 22:01:39 -0300, Luis M. González <[EMAIL PROTECTED]> > escribi?: > > > This is exactly what I did, but I have a new problem now: > > After setingPYTHONPATHI'm no longer able to start IDLE from the > > start men

Re: TRying to import files from my folder not pythons lib folder

2007-09-24 Thread Gabriel Genellina
En Sun, 23 Sep 2007 22:01:39 -0300, Luis M. González <[EMAIL PROTECTED]> escribi�: > This is exactly what I did, but I have a new problem now: > After seting PYTHONPATH I'm no longer able to start IDLE from the > start menu. > It seems the system cannot find the file. > But if I eliminate PYTHON

Re: TRying to import files from my folder not pythons lib folder

2007-09-23 Thread Luis M . González
Steve Holden wrote: > [EMAIL PROTECTED] wrote: > > On Sep 21, 12:32 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > wrote: > >> Hi, > >> > >> I'm trying to create my own lib of functions, but it seems like I can > >> only import them if they are in pythons lib folder. > >> > >> Example > >> I have

Re: TRying to import files from my folder not pythons lib folder

2007-09-21 Thread Steve Holden
[EMAIL PROTECTED] wrote: > On Sep 21, 12:32 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: >> Hi, >> >> I'm trying to create my own lib of functions, but it seems like I can >> only import them if they are in pythons lib folder. >> >> Example >> I have a folder called >> K:\mypython >> >> Now

Re: TRying to import files from my folder not pythons lib folder

2007-09-21 Thread kyosohma
On Sep 21, 12:32 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to create my own lib of functions, but it seems like I can > only import them if they are in pythons lib folder. > > Example > I have a folder called > K:\mypython > > Now in the interactive python shell I type