[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...> - 2011-02-23 23:09:08
|
Bugs item #3190606, was opened at 2011-02-24 09: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: Open Resolution: None 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: 2011-02-24 10: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 |