Re: wxListBox and others after upgrade to MacOS X 10.4

2005-11-21 Thread isthar
Hi again more data: I upgraded to 2.6.x version of wxPython and tried to run my program ( using wxversion.switch('2.6') of course) - no results. Demo boudled with wxPython works well ( at least wxListBox ) BTW UI code was generated by wxGlade. Help Help Help -- http://mail.python.org/

wxPython / Mac / unicode

2006-01-04 Thread isthar
Hi! I can not present unicode string in wxPython application utf-8 string: SomeProductName® here is how I converted it from iso8859-18 reference = unicode (reference,'iso8859_15').encode('utf-8') Traceback (most recent call last): File "/Users/isthar/Docume

Re: wxPython / Mac / unicode

2006-01-05 Thread isthar
Hi I did your loop after ensuring that everything works fine:P Big Thanks :D Greets, Tomek. -- http://mail.python.org/mailman/listinfo/python-list

Marshaling unicode WDDX

2006-01-05 Thread isthar
Hi ! i am trying to serialise object which contains some unicode objects but looks like there is no way to do it. File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/ _xmlplus/marshal/generic.py", line 92, in _marshal return getattr(self, meth)(value, dic

Re: Marshaling unicode WDDX

2006-01-10 Thread isthar
Ok. but how I suppose to use them. I am currently using marshaller indirectly via wddx.dump(). Anyway, thanks :) -- http://mail.python.org/mailman/listinfo/python-list