FS#7749 - wxpython applications fail to load

Attached to Project: Arch Linux
Opened by Adam (compwiz18) - Monday, 06 August 2007, 09:32 GMT
Last edited by Jan de Groot (JGC) - Thursday, 18 October 2007, 21:44 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture x86_64
Severity Low
Priority Normal
Reported Version 2007.08 Don't Panic
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
wx applications fails to load

Additional info:
* package version(s)
%pacman -Qv wxpython
Root : /
DBPath : var/lib/pacman/
CacheDir : var/cache/pacman/pkg/
Targets : wxpython
wxpython 2.8.0.1-1

* config and/or log files etc.
from pype:
%pype
[ Mon Aug 6 17:18:53 2007 ] /opt/pype/plugins/spellcheck.py:27: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
non_word.update(dict([(unichr(i), ' ') for i in xrange(256) if chr(i) not in goodch]))
Loading menus from /home/adam/.pype/menus.txt
Loading history from /home/adam/.pype/history.txt
Traceback (most recent call last):
File "/usr/bin/pype", line 5605, in <module>
main()
File "/usr/bin/pype", line 5593, in main
filehistory.root = root = app.frame = MainWindow(None, -1, "PyPE", docs)
File "/usr/bin/pype", line 851, in __init__
self.docpanel, self.dragger = documents._MyLC(self.RIGHTNB, self)
File "/opt/pype/plugins/documents.py", line 530, in _MyLC
dp = DocumentPanel(parent, root)
File "/opt/pype/plugins/documents.py", line 485, in __init__
wx.EXPAND|wx.ALIGN_CENTER_VERTICAL|wx.TOP|wx.BOTTOM, 6)
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 11945, in Add
return _core_.Sizer_Add(*args, **kwargs)
TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item

spe:
Launching application...
Traceback (most recent call last):
File "spe", line 3, in <module>
import _spe.SPE
File "/usr/lib/python2.5/site-packages/_spe/SPE.py", line 209, in <module>
style = style)
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 1278, in __init__
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7748, in __init__
self._BootstrapApp()
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7345, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 1298, in OnInit
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 801, in __init__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 596, in __init__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 320, in __init__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 806, in __stage__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 238, in __init__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/NotebookCtrl.py", line 4538, in __init__
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 11945, in Add
return _core_.Sizer_Add(*args, **kwargs)
TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for itemLaunching application...
Traceback (most recent call last):
File "spe", line 3, in <module>
import _spe.SPE
File "/usr/lib/python2.5/site-packages/_spe/SPE.py", line 209, in <module>
style = style)
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 1278, in __init__
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7748, in __init__
self._BootstrapApp()
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7345, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 1298, in OnInit
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 801, in __init__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 596, in __init__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 320, in __init__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 806, in __stage__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 238, in __init__
File "usr/lib/python2.5/site-packages/_spe/sm/wxp/NotebookCtrl.py", line 4538, in __init__
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 11945, in Add
return _core_.Sizer_Add(*args, **kwargs)
TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item

Steps to reproduce:
Install either pype or spe or (I assume) any other wx application and try to load it.
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 18 October 2007, 21:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed by making wxpython and wxgtk match versioning.

Loading...