Misatch between the program and library build versions
Mandy.Lialie
lialie at gmail.com
Tue Oct 3 03:41:07 PDT 2006
Hi,
I build python2.5 with default configurations.
Build wxWigets 2.6.3.3 with:
./configure --enable-unicode
make
make install
And setup wxPython with:
python setup.py build_ext UNICODE=1 BUILD_GLCANVAS=0
These commands are all successfully done. But when run the command
pyshell, got the following:
"""
Fatal Error: Mismatch between the program and library build versions
detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx
containers,compatible with 2.2,compatible with 2.4),
and wxPython used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx
containers,compatible with 2.4).
Aborted!
"""
:(
OS: linux FC5
More information about the wxpython-users
mailing list