Menu

#586 UnicodeDecodeError when trying help(win32gui)

pending
nobody
None
5
2012-04-10
2012-04-10
Sylock
No

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

Discussion

  • Sylock

    Sylock - 2012-04-10
     
  • Roger Upole

    Roger Upole - 2012-04-10

    This doesn't happen with normal python.exe, idle, or pythonwin. Most likely it's a bug in ipython itself.

     
  • Roger Upole

    Roger Upole - 2012-04-10
    • status: open --> pending