#1152: gtk_tooltips_set_tip: assertion `widget != NULL'
-----------------------+----------------------------------------------------
  Reporter:  pspierce  |       Owner:  somebody
      Type:  defect    |      Status:  new     
  Priority:  major     |   Milestone:  0.8.3   
 Component:  app       |     Version:  0.8.2   
Resolution:            |    Keywords:          
-----------------------+----------------------------------------------------
Comment (by paul):

 When I run your code on Mac, I get a traceback, which might have a
 correlation with the traceback you are getting on Linux:

 {{{
 #!python
 Traceback (most recent call last):
   File "helloworld.py", line 23, in <module>
     main()
   File "helloworld.py", line 16, in main
     app.start()
   File "/users/pmcnett/dabo/dabo/dApp.py", line 312, in start
     self.setup()
   File "/users/pmcnett/dabo/dabo/dApp.py", line 277, in setup
     self.initUIApp()
   File "/users/pmcnett/dabo/dabo/dApp.py", line 304, in initUIApp
     self.uiApp.setup()
   File "/users/pmcnett/dabo/dabo/ui/uiwx/uiApp.py", line 277, in setup
     frm = self.dApp.MainForm = dabo.ui.createForm(mfc)
   File "/users/pmcnett/dabo/dabo/ui/uiwx/__init__.py", line 1069, in
 createForm
     frm = cls(*args, **kwargs)
   File "/tmp/tmp8ULcdQ.py", line 9, in __init__
     super(dPanel_9788545838, self).__init__(parent=parent,
 attProperties=attProperties, *args, **kwargs)
   File "/users/pmcnett/dabo/dabo/ui/uiwx/dPanel.py", line 184, in __init__
     attProperties=attProperties, *args, **kwargs)
   File "/users/pmcnett/dabo/dabo/ui/uiwx/dPanel.py", line 163, in __init__
     properties=properties, attProperties=attProperties, *args, **kwargs)
   File "/users/pmcnett/dabo/dabo/ui/uiwx/dPanel.py", line 33, in __init__
     properties=properties, attProperties=attProperties, *args, **kwargs)
   File "/users/pmcnett/dabo/dabo/ui/uiwx/dPemMixin.py", line 166, in
 __init__
     pre.Create(*args, **kwargs)
   File "//Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
 /site-packages/wx-2.8-mac-unicode/wx/_windows.py", line 79, in Create
     return _windows_.Panel_Create(*args, **kwargs)
 wx._core.PyAssertionError: C++ assertion "parent" failed at /BUILD
 /wxPython-src-2.8.7.1/src/mac/carbon/window.cpp(1145) in Create(): can't
 create wxWindowMac without parent
 }}}

-- 
Ticket URL: <http://trac.dabodev.com/ticket/1152#comment:1>
Dabo Trac <http://trac.dabodev.com>
Trac Page for Dabo


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to