IDE for Python

2007-08-21 Thread Joel Andres Granados
tions. Regards Joel Andres Granados begin:vcard fn:Joel Andres Granados n:Granados;Joel Andres email;internet:[EMAIL PROTECTED] x-mozilla-html:FALSE version:2.1 end:vcard -- http://mail.python.org/mailman/listinfo/python-list

The use of universal_newlines in subprocess

2007-05-22 Thread Joel Andres Granados
Hi list: I have been working with the universal_newlines option that can be specified while using the subprocess module. I'm calling an app that uses sys.stdout.write('\r'+' '*80) to manage its stdout. The situation that I encountered was that when I wanted to log this output into a file i

Comments in ConfigParser module

2007-04-06 Thread Joel Andres Granados
Hi list: I have run across a situation with ConfigParser Module. It refers to the comments in the configuration filed. According to the http://docs.python.org/dev/lib/module-ConfigParser.html it states that lines starting with "#" and ";" are ignored. So lines like: ; comment # comment are

Re: Attribute monitoring in a class

2007-03-14 Thread Joel Andres Granados
Bruno Desthuilliers wrote: > Joel Andres Granados a écrit : > >> Hi list: >> >> I have googled quite a bit on this matter and I can't seem to find what >> I need (I think Im just looking where I'm not suppose to :). I'm >> working with cod

Attribute monitoring in a class

2007-03-14 Thread Joel Andres Granados
Hi list: I have googled quite a bit on this matter and I can't seem to find what I need (I think Im just looking where I'm not suppose to :). I'm working with code that is not of my authorship and there is a class attribute that is changes by directly referencing it (object.attr = value) inst