Re: wxGlade 0.7.0 released
Federico Fanton <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 27/10/2014 20:43, Carsten Grohmann wrote: > Hello Federico, > > Am 27.10.2014 09:06 schrieb Federico Fanton: >> - if you remove $HOME/.wxglade before running wxGlade won't start, >> complaining that > [...] >> IOError: [Errno 2] No such file or directory: >> '/home/joril/.wxglade/wxglade.log' > That's fixed with change 1559:3b0c9705b793 "Create missing application data directory" > You can download the change from the stable branch directly: https://bitbucket.org/agriggio/wxglade/get/WXG-BRANCH-VERSION_0_7_0.tar.gz > >> - On the first launch every window appears in the middle of the >> screen on top of each other, not a big problem of course :) > That's ugly I'll change this behaviour. > >> - When I try to run code generation I get a UnicodeDecodeError (I'm >> using a non-ASCII string inside a label): > wxGlade is not fully Unicode aware. Unicode in label should work. Would you share the wxg file with me on a private base? Wait, with the WXG-BRANCH version I'm not getting the error anymore... Did you fix it already? ------------------------------------------------------------------------------