Re: problem with reload(sys) (doing reload on the sys module)

2006-05-23 Thread gen_tricomi
hi nick, have you found any solutions to this problem. maybe sys module does not need to be reloaded. may Tim peters and the rest can help us on this -- http://mail.python.org/mailman/listinfo/python-list

Re: problem with reload(sys) (doing reload on the sys module)

2006-05-04 Thread nick
Looks like a bug (probably in IDLE): when I start IDLE from the command line, it pops up its interaction window and here is what it says about stdout: IDLE 1.1.2 >>> import sys >>> sys.stdout Then I try the reload and I get no output in the interaction window: >>> reload(sys) >>> sys.stdo

problem with reload(sys) (doing reload on the sys module)

2006-05-03 Thread gen_tricomi
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. Personal firewall software may warn about the connection IDLE makes to its su