Advertisement
Guest User

QT4 traceback

a guest
Apr 20th, 2010
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.72 KB | None | 0 0
  1. Exception occurred in traits notification handler for object: <enthought.traits.
  2. ui.ui.UI object at 0x02D4FDE0>, trait: updated, old value: <undefined>, new valu
  3. e: True
  4. Traceback (most recent call last):
  5.   File "C:\Python26\lib\site-packages\traits-3.3.0-py2.6-win32.egg\enthought\tra
  6. its\trait_notifiers.py", line 344, in call_1
  7.     self.handler( object )
  8.   File "C:\Python26\lib\site-packages\traits-3.3.0-py2.6-win32.egg\enthought\tra
  9. its\ui\ui.py", line 877, in _updated_changed
  10.     toolkit().rebuild_ui( self )
  11.   File "C:\Python26\lib\site-packages\traitsbackendqt-3.3.0-py2.6.egg\enthought\
  12. traits\ui\qt4\toolkit.py", line 328, in rebuild_ui
  13.     ui.rebuild( ui, parent )
  14. NameError: global name 'parent' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement