| Summary: | Boa-constructor v0.3.1 UnicodeDecodeError: 'ascii' codec can't decode byte 0xaa in position 52: ordinal not in range(128) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agustin Navarro <agustinnavarro> |
| Component: | Current packages | Assignee: | Gentoo wxWidgets project <wxwidgets> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | esigra |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Agustin Navarro
2004-12-10 15:05:07 UTC
Are you using the unicode versions of wxGTK/wxpython? I do not know; Here is what I have: [anp@abril anp]$ qpkg -I -v wx dev-util/wxglade-0.3.5.1 * dev-python/wxpython-2.4.2.4 * dev-python/wxpython-demo-2.4.2.4 * dev-python/wxpython-docs-2.4.2.4 * x11-libs/wxGTK-2.4.2-r2 * I am not ussing utf...as far as I know Thanks in advance, Agustin Does 'emerge -pv x11-libs/wxGTK dev-python/wxpython' show you compiled them with unicode USE flags? Yes. abril root # emerge -pv x11-libs/wxGTK dev-python/wxpython These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] x11-libs/wxGTK-2.4.2-r2 -debug +gtk2 -no_wxgtk1 +odbc +opengl +unicode 5,255 kB [ebuild R ] dev-python/wxpython-2.4.2.4 +gtk2 +jpeg +opengl +png +tiff +unicode 12,822 kB I include a log of the problem.... 19:38:20: Traceback (most recent call last): 19:38:20: File "/usr/lib/python2.3/site-packages/boa/Inspector.py", line 818, in OnSelect 19:38:20: self.inspector.propertySelected(self) 19:38:20: File "/usr/lib/python2.3/site-packages/boa/Inspector.py", line 1073, in propertySelected 19:38:20: self.prevSel.hideEditor() 19:38:20: File "/usr/lib/python2.3/site-packages/boa/Inspector.py", line 798, in hideEditor 19:38:20: self.propEditor.inspectorPost() 19:38:20: File "/usr/lib/python2.3/site-packages/boa/PropEdit/PropertyEditors.py", line 146, in inspectorPost 19:38:20: v = self.getValue() 19:38:20: File "/usr/lib/python2.3/site-packages/boa/PropEdit/PropertyEditors.py", line 1089, in getValue 19:38:20: if c not in string.letters+string.digits+'_':#"\'': 19:38:20: UnicodeDecodeError: 'ascii' codec can't decode byte 0xaa in position 52: ordinal not in range(128) reopen if this is still a problem with wxGTK/python-2.6 and boa-constructor-0.4.0_alpha. |