SuSe 9.0

Sorry, I cant reproduce this error now, beacause I removed the installation.
But it was something with __core__ and PyUnicodeUCS4_AsEncodedString after typing "import wx".
(I tried both, the unicode and the ascii version and get this error message both times)

hth

chris

FWIW, I've found that building the src rpms is quite painless, and I run Gentoo, which is kind of a weird system.

-Chris

Chris wrote:

···

Sorry, I cant reproduce this error now, beacause I removed the installation.
But it was something with __core__ and PyUnicodeUCS4_AsEncodedString after typing "import wx".
(I tried both, the unicode and the ascii version and get this error message both times)

hth

chris

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

--
Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov

Chris wrote:

Sorry, I cant reproduce this error now, beacause I removed the installation.
But it was something with __core__ and PyUnicodeUCS4_AsEncodedString after typing "import wx".

Ok. That indicates that the Python I used to build wxPython was built with different unicode options than the Python you are running.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!