[pywin32-bugs] [ pywin32-Bugs-3516593 ] UnicodeDecodeError when trying help(win32gui)
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-04-10 20:07:38
|
Bugs item #3516593, was opened at 2012-04-10 11:17 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3516593&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: UnicodeDecodeError when trying help(win32gui) Initial Comment: Hello, I just tried pywin32 build 217 with python 3.2 on Windows 7 64 bits. With ipython, I dit this : import win32gui help(win32gui) Then I get a UnicodeDecodeError. You'll find the traceback in attachement. Regards, Nicolas ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2012-04-10 13:07 Message: This doesn't happen with normal python.exe, idle, or pythonwin. Most likely it's a bug in ipython itself. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3516593&group_id=78018 |