Bugs item #3010660, was opened at 2010-06-02 14:59
Message generated for change (Comment added) made by rupole
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3010660&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: com
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: ncc (nconrads)
Assigned to: Nobody/Anonymous (nobody)
Summary: [python312,pywin32] Script in gen_py using missing unicode()
Initial Comment:
Installed Python 3.1.2 from python.org and rev. 214 of Python Windows for Extensions for python31.
Connected to Word 2007, opened a document via COM calls, then attempted to print (via std out) the contents of the document to the console. The operation fails immediately, as the generated python script attempts to call the unicode() built-in command that is not present in (presumably) Python 3.0+.
----------------------------------------------------------------------
>Comment By: Roger Upole (rupole)
Date: 2010-06-03 13:46
Message:
Fixed in genpy.py, r1.67
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3010660&group_id=78018
|