Thread: [pywin32-bugs] [ pywin32-Bugs-1173025 ] Can't load Python for pre-install script
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-02-22 04:12:40
|
Bugs item #1173025, was opened at 2005-03-30 00:42 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1173025&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: installation Group: None >Status: Closed >Resolution: Duplicate Priority: 8 Private: No Submitted By: tms (tms43) Assigned to: Nobody/Anonymous (nobody) Summary: Can't load Python for pre-install script Initial Comment: I see others have had this problem. Has it been resolved? I need these files for a class I am taking. Thank you for your attention. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-02-21 23:12 Message: Logged In: YES user_id=771074 Originator: NO This is same issue as bug 1066510. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1173025&group_id=78018 |
From: SourceForge.net <no...@so...> - 2008-02-22 04:31:53
|
Bugs item #1083545, was opened at 2004-12-11 13:20 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1083545&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: win32 Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: gpascenso (gpascenso) Assigned to: Nobody/Anonymous (nobody) Summary: Can't load Python for pre-install script Initial Comment: I have the same problem mr_moose reported in Request ID 1066510: Can't load Python for pre-install script. Everuthing went the same. However, I looked into my C:\Windows\System32 folder to check how many pythonxx.dll I had, as suggested by Mark Hammomd in his "Installation Troubleshooting" page at http://starship.python.net/crew/mhammond/win32/InstallationProblems.html, and to my surprise I found only python23.dll and pythoncom23.dll. This is weird, since I completely uninstalled Python 2.3.4 before installing Python 2.4 ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-02-21 23:31 Message: Logged In: YES user_id=771074 Originator: NO This is same issue as bug 1066510. ---------------------------------------------------------------------- Comment By: gpascenso (gpascenso) Date: 2004-12-19 06:01 Message: Logged In: YES user_id=1176324 Thank you for your kind reply. However, I solved the problem through a different path. I installed ActiveState Python 2.4 and it worked immediately. Since I use Python only on Win32, it seemed a good alternative. Bye, --gpascenso ---------------------------------------------------------------------- Comment By: Hypotaxis (hypotaxis) Date: 2004-12-16 17:00 Message: Logged In: YES user_id=900292 Yup, same problem and I found the same solution worked. ---------------------------------------------------------------------- Comment By: Andy Elvey (mr_moose) Date: 2004-12-15 21:34 Message: Logged In: YES user_id=1116790 Hi gpascenso! Good news on this - I followed the tips posted by spjenni (on my bug report that you mention), and success! PythonWin 2.4 is now up and running .... :-) One small glitch - you may get a message saying that the dll mfc71.dll can't be found. You can get that dll at the following URL - http://www.dll-files.com/dllindex/dll-files.shtml?mfc71 So, do the following - 1 - Uninstall Python 2.4, then do a fresh install, making sure you install it for all users, not just yourself. 2 - Get the mfc71.dll file , and copy it into windows/system. 3 - Install the Python for Windows extensions. 4 - Fire up PythonWin. It should now work :-) Bye for now - mr_moose ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1083545&group_id=78018 |