[pywin32-bugs] [ pywin32-Bugs-3190606 ] pywin32-215.win32-py2.6.exe ERROR
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-01-28 04:59:30
|
Bugs item #3190606, was opened at 2011-02-23 14:37 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3190606&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: pythonwin Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: TJ Developer (tjdeveloper) Assigned to: Nobody/Anonymous (nobody) Summary: pywin32-215.win32-py2.6.exe ERROR Initial Comment: So after struggling with errors trying to use the 64 bit version of PythonWin, I learned that my application can only interface with the 32 bit version. So I uninstalled EVERYTHING today and decided to start over. Due to the constraints of my application (ArcGIS), I have to use the Python 2.6 version. I downloaded pywin32-215.win32-py2.6.exe, but I'm getting the follow error at the very end of the install: 'import site' failed; use -v for traceback Traceback (most recent call last): File "<string>", line 5, in <module> ImportError: No module named os Any advice on what might be the problem here? Thanks! ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2012-01-27 20:59 Message: It appears there isn't a problem relating to pywin32 here - please reopen if you think that is incorrect. ---------------------------------------------------------------------- Comment By: TJ Developer (tjdeveloper) Date: 2011-02-28 06:49 Message: Okay, I got it fixed. I had to uninstall EVERYTHING. Then I cleaned up the registry a little. When I reinstalled, I started with the Python26 files and put them in C:\Python26\ArcGIS, followed by the numpy files and last was the PythonWin install. I still got the following error for PythonWin: close failed in file object destructor: Error in sys.excepthook: Original exception was: However, it appears to have at least installed this time and is working so far. Not sure what that error is or how critical it is???? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2011-02-24 14:19 Message: Sorry I wasn't clear - I was referring to the python install, not pywin32. The pywin32 installer is failing to load python, so it looks as though python itself is messed up. ---------------------------------------------------------------------- Comment By: TJ Developer (tjdeveloper) Date: 2011-02-24 06:51 Message: I simply downloaded the .exe file (the one in the thread title) and ran it. There is no "reinstall" because the program did not install. Due to this error, the install failed. ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2011-02-23 15:09 Message: This implies the python install is pretty borked - how did you install it and can you try reinstalling it? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3190606&group_id=78018 |