Re: wxGlade 0.7.0 released
Federico Fanton <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 28/10/2014 08:54, Federico Fanton wrote: >>> - 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? Well this is embarassing :D I'm sorry, the error appears when I try to _save_ the wxg, not during code generation... Sorry again :( The attached wxg triggers the problem. Thanks for your time! ------------------------------------------------------------------------------ _______________________________________________ wxGlade-general mailing list wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/wxglade-general
test.wxg
(text/xml, 5.2 KB)
<?xml version="1.0"?>
<!-- generated by wxGlade 0.6.8 on Tue Oct 28 09:49:38 2014 -->
<application path="/home/joril/src/twist/trunk/browser/glade" name="" class="" option="1" language="python" top_window="mainfrm" encoding="UTF-8" use_gettext="1" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0" indent_amount="4" indent_symbol="space" source_extension=".cpp" header_extension=".h">
<object class="CommesseFrame" name="frmcommesse" base="EditFrame">
<extracode>from guifw.widget.factory import factory</extracode>
<style>wxDEFAULT_FRAME_STYLE</style>
<title>Commesse</title>
<object class="wxBoxSizer" name="sizer_38" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
<option>1</option>
<object class="wxPanel" name="panel_16" base="EditPanel">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer" name="sizer_42" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxLEFT|wxRIGHT|wxBOTTOM|wxEXPAND</flag>
<border>10</border>
<option>2</option>
<object class="wxNotebook" name="nbk_commessa" base="EditNotebook">
<style>0</style>
<tabs>
<tab window="nbk_commessa_gestione">Gestione commessa</tab>
</tabs>
<object class="wxPanel" name="nbk_commessa_gestione" base="EditPanel">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer" name="sizer_126_copy" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
<option>1</option>
<object class="wxBoxSizer" name="sizer_127_copy" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxTOP|wxEXPAND</flag>
<border>10</border>
<option>1</option>
<object class="wxBoxSizer" name="sizer_90" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxEXPAND|wxALIGN_CENTER_VERTICAL</flag>
<border>0</border>
<option>1</option>
<object class="wxFlexGridSizer" name="grid_sizer_9" base="EditFlexGridSizer">
<hgap>5</hgap>
<rows>5</rows>
<growable_cols>1</growable_cols>
<cols>2</cols>
<vgap>5</vgap>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxStaticText" name="lbl_gest_lavorazione" base="EditStaticText">
<attribute>1</attribute>
<label>Attività</label>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</application>