Re: ctypes version mismatch
- From: Thomas Heller <theller@xxxxxxxxxx>
- Date: Fri, 29 Aug 2008 23:49:44 +0200
Paul McNett schrieb:
Anyone have anything to suggest on this error:
{{{
Traceback (most recent call last):
File "shutter_studio.py", line 41, in <module>
File "App.pyo", line 25, in <module>
File "ui\__init__.pyo", line 23, in <module>
File "ui\FrmProductionOrders.pyo", line 10, in <module>
File "ui\PagEditProductionOrders.pyo", line 8, in <module>
File "ui\GrdProductionOrderOpenings.pyo", line 5, in <module>
File "ui\DlgEditProductionOrderOpening.pyo", line 17, in <module>
File "ui\ShutterCanvas.pyo", line 9, in <module>
File "wx\lib\floatcanvas\FloatCanvas.pyo", line 6, in <module>
File "numpy\__init__.pyo", line 46, in <module>
File "numpy\ctypeslib.pyo", line 9, in <module>
File "ctypes\__init__.pyo", line 20, in <module>
Exception: ('Version number mismatch', '1.0.2', '1.0.3')
}}}
I just updated from python 2.5.1 to 2.5.2, and wxPython 2.8.7.1 to
2.8.8.1. The issue is only in the py2exe-built app, not when running the
script from the command line.
I guess you should remove the build and dist directories and rebuild
your app - this is always a good idea when something goes wrong, not only
after upgrading Python or Python packages.
Thomas
.
- References:
- ctypes version mismatch
- From: Paul McNett
- ctypes version mismatch
- Prev by Date: Google License Keys for pyGoogle
- Next by Date: Re: posix semaphore support?
- Previous by thread: ctypes version mismatch
- Next by thread: Re: Ensure only single application instance.
- Index(es):
Relevant Pages
|