Re: Newbie edit/compile/run cycle question

2007-12-10 Thread Jeremy C B Nicoll
Simon Forman <[EMAIL PROTECTED]> wrote: > On Dec 8, 6:45 pm, Jeremy C B Nicoll <[EMAIL PROTECTED]> wrote: > > Ah, I've been using IDLE so far (but would probably prefer to write > > Python in my normal text editor). In IDLE Alt-X syntax checks the saved >

Re: Newbie edit/compile/run cycle question

2007-12-10 Thread Jeremy C B Nicoll
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote: > Jeremy C B Nicoll a écrit : > > Figuring out how IDLE works is a bit beyond me at this stage. > > Did you try out, or is it just an a priori ? Sort of, no and yes... A few weeks ago I started trying to use Python & ID

Import, how to change sys.path on Windows, and module naming?

2008-03-01 Thread Jeremy Nicoll - news posts
odule name that I give to any of my utilities will clash with a present or future standard module's name. Does that mean that I should give my own modules names like "JNfoo" rather than "foo", etc? Or something like "JNutils.foo"? -- Jeremy C B Nicoll - my opinions are my own. -- http://mail.python.org/mailman/listinfo/python-list

Re: Import, how to change sys.path on Windows, and module naming?

2008-03-01 Thread Jeremy Nicoll - news posts
Jeremy Nicoll - news posts <[EMAIL PROTECTED]> wrote: > If I understand correctly, when I import something under Windows, Python > searches the directory that the executing script was loaded from, then > other directories as specified in "sys.path". Sorry to followup m

<    2   3   4   5   6   7