Re: Bug at version 0.70-rc2
Carsten Grohmann <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
Hi Miloslav, Miloslav Semler schrieb am 22.10.2015: > Dear developers, > I found following bug when i tried to cut whole frexgridsizer from > dialog: > > > ERROR : None > An unexpected error occurred! > > Date and time: 2015-10-22T16:12:05.005367 > Python version: 2.7.9 > wxPython version: 3.0.1.1 > wxWidgets platform: __WXGTK__ > wxGlade version: 0.7.0 > Language code: cs_CZ > Encoding: UTF-8 > Filesystem encoding: UTF-8 > > Exception type: <type 'exceptions.UnicodeEncodeError'> > Exception details: 'ascii' codec can't encode character u'\u0159' > in position 484: ordinal not in range(128) > Application stack trace: > Stack frame at level 0 > ====================== > File > "/usr/lib/python2.7/dist-packages/wxGlade-0.7.0-py2.7.egg/wxglade/clipboard.py", > line 34 Now this bug is fixed in changeset: 1771:4d21265043c7 tag: tip user: Carsten Grohmann <mail-s/[email protected]> date: Thu Oct 29 21:47:15 2015 +0100 summary: Fix unicode error during copying widgets to the clipboard I'll continue to fix the other discussed issues during the next days. Thank you for reporting this bug. Regards, Carsten ------------------------------------------------------------------------------