[pywin32-bugs] [ pywin32-Bugs-788285 ] win32all 154 & 156 install fails on ActivePython
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-08-15 05:51:15
|
Bugs item #788285, was opened at 2003-08-13 14:46 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=788285&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: José Rui Faustino de Sousa (jrfsousa) Assigned to: Nobody/Anonymous (nobody) Summary: win32all 154 & 156 install fails on ActivePython Initial Comment: Hi! The installation goes well until almost the end when it crashes complaining that it can not find: ? PyWinObject_FromSECURITY_DESCRIPTOR@@YAPAU_obj ect@@PAU_SECURITY_DESCRIPTOR@@I@Z function on PyWinTypes22.dll An it is right... the function is not in the dll the nearest I could find where: ? PyWinObject_FromSECURITY_ATTRIBUTES@@YAPAU_obj ect@@ABU_SECURITY_ATTRIBUTES@@@Z and ? PyWinObject_FromSECURITY_DESCRIPTOR@@YAPAU_obj ect@@PAX@Z Only win32all 152 install OK. Hope I have been of assistance. Best regards José Rui ---------------------------------------------------------------------- Comment By: Roger Upole (rupole) Date: 2003-08-15 00:22 Message: Logged In: YES user_id=771074 This is the same issue as [ 772804 ]. You'll probably need to do an uninstall first. I don't know if you can uninstall just the win32all portion of ActivePython, if not your best bet would be to do a standard Python install followed by win32all. Roger ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=788285&group_id=78018 |