This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ben.thelen
Recipients Ben.thelen, eric.araujo, ned.deily, tarek
Date 2011-09-17.14:27:54
SpamBayes Score 2.9652689e-05
Marked as misclassified No
Message-id <1316269671.71650.YahooMailNeo@web45807.mail.sp1.yahoo.com>
In-reply-to <1316205831.53.0.703539347776.issue12967@psf.upfronthosting.co.za>
Content
Hi Ned,
 
Not sure if I fully understand the IDLE issue, I'm still learning Python (abt. 6 months). Nevertheless I've installed the distributes through the command line.
 
if you want to reassign this issue to IDLE, please do so.
 
Best regards,
 
Ben Thelen
 
 

From: Ned Deily <report@bugs.python.org>
To: thelen_ben@yahoo.com
Sent: Saturday, 17 September 2011 4:43 AM
Subject: [issue12967] AttributeError distutils\log.py

Ned Deily <nad@acm.org> added the comment:

That won't work in IDLE because IDLE replaces the standard sys.stdout file object with a special proxy object to capture stdout across its processes and the proxy object does not currently support all of the attributes of a io.TextTIOWrapper object, like errors.

<idlelib.rpc.RPCProxy object at 0x1282b30>

If that is the only problem, perhaps this issue should be reassigned to IDLE to support errors and any other relevant new attributes.

----------
nosy: +ned.deily

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue12967>
_______________________________________
Files
File name Uploaded
unnamed Ben.thelen, 2011-09-17.14:27:53
History
Date User Action Args
2011-09-17 14:27:55Ben.thelensetrecipients: + Ben.thelen, tarek, ned.deily, eric.araujo
2011-09-17 14:27:54Ben.thelenlinkissue12967 messages
2011-09-17 14:27:54Ben.thelencreate