Alan Gauld wrote:
> <[EMAIL PROTECTED]> wrote
>> Answer: PyDev for Eclipse turns Eclipse into a pretty good IDE for
>> Python.
>
> Agreed, I downloaded pydev over the weekend and have been
> playing. The editor isn't exactly vim/emacs but its as good as
> IDLE/Pythonwin
>
> However I think th
Hey Janani,
Janani Krishnaswamy wrote:
> Hi!
> I am having trouble executing an exe file with 3 arguments within a
> python script. Right now I have something like this:
>
> os.system(r'"1/2/3/program 1/2/3/argument1 1/2/3/argument2"')
Without an error message, or traceback, this is difficult t
Hi Tom,
Tom Tucker wrote:
> Why the cStringIO stuff? The input data shown below is collected from
> os.popen. I was trying to find an easy way of matching my regex.
Ah, ldap...
> Matching with a string seemed easier than looping through the ouput
> collected. Hmm. Come to think of it, I gu
You may also need to add it to your system environmental list. Under System
variables you will want to add the directory where python is. Mine looks
like this:
c:\ruby\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
Files\QuickTime\QTSystem\;C:\Python25\
Just my two