ben <thelen_...@yahoo.com> added the comment:

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 <rep...@bugs.python.org>
To: thelen_...@yahoo.com
Sent: Saturday, 17 September 2011 4:43 AM
Subject: [issue12967] AttributeError distutils\log.py

Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12967>
_______________________________________

----------
Added file: http://bugs.python.org/file23181/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12967>
_______________________________________
<html><body><div style="color:#000; background-color:#fff; font-family:arial, 
helvetica, sans-serif;font-size:12pt"><div style="RIGHT: auto"><SPAN 
style="RIGHT: auto">Hi Ned,</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">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.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">if you want to reassign this 
issue to IDLE, please do so.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">Best regards,<VAR 
id=yui-ie-cursor></VAR></SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">Ben Thelen</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div><BR></div>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 
12pt"><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; 
PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; 
PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; 
BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr contentEditable=false 
readonly="true"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Ned 
Deily &lt;rep...@bugs.python.org&gt;<BR><B><SPAN style="FONT-WEIGHT: 
bold">To:</SPAN></B> thelen_...@yahoo.com<BR><B><SPAN style="FONT-WEIGHT: 
bold">Sent:</SPAN></B> Saturday, 17 September 2011 4:43 AM<BR><B><SPAN 
style="FONT-WEIGHT: bold">Subject:</SPAN></B> [issue12967] AttributeError 
distutils\log.py<BR></FONT><BR><BR>Ned Deily &lt;<A href="mailto:n...@acm.org"; 
ymailto="mailto:n...@acm.org";>n...@acm.org</A>&gt; added the 
comment:<BR><BR>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.<BR><BR>&gt;&gt;&gt; 
sys.stdout<BR>&lt;idlelib.rpc.RPCProxy object at 0x1282b30&gt;<BR><BR>If that 
is the only problem, perhaps this issue should be reassigned to IDLE to support 
errors and any other relevant new attributes.<BR><BR>----------<BR>nosy: 
+ned.deily<BR><BR>_______________________________________<BR>Python tracker 
&lt;<A href="mailto:rep...@bugs.python.org"; 
ymailto="mailto:rep...@bugs.python.org";>rep...@bugs.python.org</A>&gt;<BR>&lt;<A
 href="http://bugs.python.org/issue12967"; 
target=_blank>http://bugs.python.org/issue12967</A>&gt;<BR>_______________________________________<BR><BR><BR></DIV></DIV></div></body></html>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to