[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 22:57:36
|
Bugs item #788285, was opened at 2003-08-13 19:46 Message generated for change (Comment added) made by jrfsousa 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: José Rui Faustino de Sousa (jrfsousa) Date: 2003-08-15 15:57 Message: Logged In: YES user_id=839349 It seems to be possible to uninstall only the win32 part of ActivePython. I did that and then installed win32all 156 with no problems. But when I first run pythonwin ActivePython automagicly reinstalled the old win32all extensions. Maybe there is some workaround but I decided to take your advice uninstalled ActivePython and did a standard Python install. Thank you very much. Best regards José Rui ---------------------------------------------------------------------- Comment By: Roger Upole (rupole) Date: 2003-08-15 05: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 |