[pywin32-bugs] [ pywin32-Bugs-1517894 ] 208 python 2.5 import issues
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-07-15 20:49:29
|
Bugs item #1517894, was opened at 2006-07-05 22:05 Message generated for change (Comment added) made by timtucker You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1517894&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Hazel (ghazel) Assigned to: Nobody/Anonymous (nobody) Summary: 208 python 2.5 import issues Initial Comment: C:\Python25\lib\site-packages\win32 \lib\pywintypes.py:64: RuntimeWarning: Python C API version mismatch for module _win32sysloader: This Python has API version 1013, module _win32sysloader has version 1012. import _win32sysloader C:\Python25\lib\site-packages\win32 \lib\pywintypes.py:98: RuntimeWarning: Python C API version mismatch for module pywintypes: This Python has API version 1013, module pywintypes has version 1012. ('.dll', 'rb', imp.C_EXTENSION)) C:\project\file.py:30: RuntimeWarning: Python C API version mismatch for module win32a pi: This Python has API version 1013, module win32api has version 1012. import win32api C:\project\file.py:31: RuntimeWarning: Python C API version mismatch for module win32f ile: This Python has API version 1013, module win32file has version 1012. import win32file C:\WINDOWS\system32\pywintypes25.dll:98: RuntimeWarning: Python C API version mi smatch for module pythoncom: This Python has API version 1013, module pythoncom has version 1012. ââ¶âïâ¦$à âuâÃöâwâ²Â Ãöâwâ²Ã¯Ldë C:\WINDOWS\system32\pywintypes25.dll:98: RuntimeWarning: Python C API version mi smatch for module pythoncom.__univgw: This Python has API version 1013, module p ythoncom.__univgw has version 1012. ââ¶âïâ¦$à âuâÃöâwâ²Â Ãöâwâ²Ã¯Ldë C:\Python25\lib\site- packages\win32com\__init__.py:89: ImportWarning: Not import ing directory 'C:\Python25\lib\site- packages\win32com\gen_py': missing __init__. py import win32com.gen_py ---------------------------------------------------------------------- Comment By: Timothy Tucker (timtucker) Date: 2006-07-15 15:49 Message: Logged In: YES user_id=966761 Downloaded the 208 source and built it myself -- seems to work fine with 2.5 beta 2. ---------------------------------------------------------------------- Comment By: Timothy Tucker (timtucker) Date: 2006-07-07 10:35 Message: Logged In: YES user_id=966761 Having the same problem here -- was pywin32 built with the previous build of 2.5? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1517894&group_id=78018 |