From: Robin Dunn [mailto:robin@alldunn.com]
Simon Arrowsmith wrote:
> ImportError: /usr/lib/python2.3/site-packages/wx/_core.so:
undefined symbol:
> PyUnicodeUCS2_AsWideChar
The new Python RPM you installed was built such that the size of the
unicode characters is different than the Python that wxPython
was built
with, so it is looking for some functions that don't exist in your
Python. You'll need to rebuild the RPM using the wxPythonGTK2 SRPM.
Right. Probably put the blame on the Python RPM being Fedora
core 1 (from python.org) rather than "genuine" RedHat9.
Anyway, that done, I can now confirm that all the bugs on my list
remain unfixed in 2.5, so time to file some reports.