Re: [Tutor] Starting python from a DOS prompt from any directory?

2006-12-31 Thread Alan Gauld
"Daniel McQuay" <[EMAIL PROTECTED]> wrote > from a DOS prompt. i am used to running python from a linux box > where you > can just type "python" or "python24" from a shell prompt and the > python > shell executes from any directory. > testing code. now i am using a windows xp media center edit

Re: [Tutor] Starting python from a DOS prompt from any directory?

2006-12-31 Thread Luke Paireepinart
Alan Gauld wrote: > "Daniel McQuay" <[EMAIL PROTECTED]> wrote > > >> from a DOS prompt. i am used to running python from a linux box >> where you >> can just type "python" or "python24" from a shell prompt and the >> python >> shell executes from any directory. >> > > >> testing code.

Re: [Tutor] XML-RPC data transfers.

2006-12-31 Thread Alan Gauld
"Chris Hengge" <[EMAIL PROTECTED]> wrote > method is a good one. Much like your own answers to most of my > questions, > you state several ways varying from "probably works" to "how I'd try > to do > it". Personally, I'd rather understand more of the "how I know it > works" One reason may be t

Re: [Tutor] question about importing threads

2006-12-31 Thread shawn bright
Thanks, Alan. Yes, the thing is getting to be a pain to deal with at this size, i am in-process of splitting out the classes into their own files. Thanks for your help. shawn On 12/30/06, Alan Gauld <[EMAIL PROTECTED]> wrote: "shawn bright" <[EMAIL PROTECTED]> wrote i > testing this right aw

Re: [Tutor] question about importing threads

2006-12-31 Thread Alan Gauld
"shawn bright" <[EMAIL PROTECTED]> wrote > Yes, the thing is getting to be a pain to deal with at this size, i > am > in-process of splitting out the classes into their own files. One thing to watch is that while its easy and tempting to create one file per class it's often better to keep depend

Re: [Tutor] Starting python from a DOS prompt from any directory?

2006-12-31 Thread Steve Oldner
I am learning Python on the office computer which is networked, and am not allowed to change defaults (programmers aren't allowed to do system admin stuff, heck, we can't even move our PC's or monitors). I've got PYTHON installed in d:\python25. So at the DOS prompt, g:\ type in d:\ Then at

Re: [Tutor] Starting python from a DOS prompt from any directory?

2006-12-31 Thread Alan Gauld
"Steve Oldner" <[EMAIL PROTECTED]> wrote > change defaults (programmers aren't allowed to do system > admin stuff, heck, we can't even move our PC's or monitors). You can just type in the PATH statement every time you start DOS PATH= %PATH%;D:\Python25 And it will have the same effect. Yo

Re: [Tutor] Starting python from a DOS prompt from any directory?

2006-12-31 Thread Daniel McQuay
yeah, you know what i totally didn't think about setting the environmental values (yeah Media Center is the same as XP Pro). i guess i should of known that. geeze now i feel like a moron. however, i didn't know about that quick little DOS trick. thanks a lot guys for such a quick response and poi

[Tutor] SPE - Stani's Python Editor ?

2006-12-31 Thread Vladimir Strycek
Hi all, some time ago i instaled SPE with python 2.4... it works very good... but yesterday my pc crash completly ( some dll went missing somehow :-) )... so after format and reinstalling of windows i begin to install all my programs back... When i come to python i download new 2.5 version an

Re: [Tutor] XML-RPC data transfers.

2006-12-31 Thread Chris Hengge
Boo bloatware! Don't even mention those... heheh.. I even turn off most the services on my system to keep things clean.. But thats another story.. Going off your thoughts that I'm asking to do something outside the realm of the readers here, is there a better place to ask this kind of oddball stu

Re: [Tutor] SPE - Stani's Python Editor ?

2006-12-31 Thread Dick Moores
At 04:48 PM 12/31/2006, Vladimir Strycek wrote: Hi all, some time ago i instaled SPE with python 2.4... it works very good... but yesterday my pc crash completly ( some dll went missing somehow :-) )... so  after format and  reinstalling of windows i begin to install all my programs back... Wh