[pywin32-bugs] [ pywin32-Bugs-3026235 ] adsi not built under py3k
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2011-07-16 07:32:44
|
Bugs item #3026235, was opened at 2010-07-07 04:01 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3026235&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: Tim Golden (tjgolden) Assigned to: Nobody/Anonymous (nobody) Summary: adsi not built under py3k Initial Comment: The adsi module isn't being built under py3k (it's specifically excluded by setup.py). Is this because of a lack of round tuits, or is there something which would prevent it ever working? ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2011-07-16 02:32 Message: Swig now builds this module for Py3k. ---------------------------------------------------------------------- Comment By: Roger Upole (rupole) Date: 2010-07-12 05:59 Message: The biggest impediment is the custom version of swig used to generate com extension modules in 2.x. The source is apparently no longer available, and it will take a good deal of work to duplicate what it generates in our custom py3k port of swig. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3026235&group_id=78018 |