[wxPython] Unicode

I recently upgrade to python 2.0 and have encountered some problems with
wxPython and unicode strings. I have an wxPython application that
stores configuration info and meta data in xml. I'm using pyXML. I
hold this xml data in a Dom for easy use. I pass a lot of data from
this DOM to wxPython functions. Unfortunately, with python 2.0, pyXML
use Unicode strings instead of ASCII strings. Now I have a lot of
wxPython calls that raise a TypError.

I'm working both side of this problem. I'm trying ton get a DOM that
use ASCII strings, but this not going to well at the moment. What about
wxPython? will wxPython support Unicode string in the near future? I'm
just trying to figure out my options.

chris

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

I'm working both side of this problem. I'm trying ton get a DOM that
use ASCII strings, but this not going to well at the moment. What about
wxPython? will wxPython support Unicode string in the near future? I'm
just trying to figure out my options.

Yes, I'm looking at possibilities right now.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users