[pywin32-bugs] [ pywin32-Bugs-2009780 ] UnicodeDecodeError on version 211
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-07-03 14:42:40
|
Bugs item #2009780, was opened at 2008-07-03 15:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2009780&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: pythonwin Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steven Doyle (steven_doyle) Assigned to: Nobody/Anonymous (nobody) Summary: UnicodeDecodeError on version 211 Initial Comment: Clean install of python 2.5.2 and windows extensions version 211. After calling my own COM object moniker = win32com.client.Dispatch('MXApi.MXMoniker') moniker.ParseDisplayName("live/chain.fx/global/usd/default") results in a UnicodeDecodeError: 'ascii' codec can't decode byte ... error. Reinstalling version 210 again and the problem goes away. Any ideas? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2009780&group_id=78018 |