Hi,

Here are the versions I'm using with Ubuntu 8.10
Platform: GTK
Python Version: 2.5.2 on linux2
Dabo Version: Version 0.9.0; Revision ~4932
UI Version: 2.8.8.0 on wxGTK (gtk2)

When I get near the end of part one of "Using the Data Environment" video and 
press the 'Finish' button in the Bizobj dialog I get this exception:


  File 
"/usr/lib/python2.5/site-packages/Dabo-0.9.0-py2.5.egg/dabo/ui/uiwx/dControlMixin.py",
 line 27, in _onWxHit
    self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
  File 
"/usr/lib/python2.5/site-packages/Dabo-0.9.0-py2.5.egg/dabo/ui/uiwx/dPemMixin.py",
 line 944, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
  File 
"/usr/lib/python2.5/site-packages/Dabo-0.9.0-py2.5.egg/dabo/lib/eventMixin.py", 
line 93, in raiseEvent
    bindingFunction(event)
  File 
"/usr/lib/python2.5/site-packages/Dabo-0.9.0-py2.5.egg/dabo/ui/dialogs/Wizard.py",
 line 122, in onNext
    self._finish()
  File 
"/usr/lib/python2.5/site-packages/Dabo-0.9.0-py2.5.egg/dabo/ui/dialogs/Wizard.py",
 line 140, in _finish
    finOK = self.finish()
  File "/home/jsk/pyhome/dabo/dabo/ide/wizards/QuickLayoutWizard.py", line 825, 
in finish
    self.callback(ret)
  File "/home/jsk/pyhome/dabo/dabo/ide/ClassDesignerFormMixin.py", line 799, in 
addQuickLayout
    self.addBizobjCode(layoutInfo)
  File "/home/jsk/pyhome/dabo/dabo/ide/ClassDesignerFormMixin.py", line 856, in 
addBizobjCode
    self.Controller.updateNamespace(os.path.abspath(self._classFile))
  File "/home/jsk/pyhome/dabo/dabo/ide/ClassDesigner.py", line 419, in 
updateNamespace
    stdHome = os.path.split(stdBiz)[0]
  File "/usr/lib/python2.5/posixpath.py", line 77, in split
    i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'


The exception occurs right after creating a directory for the Bizobj's from the 
open directory dialog that opens when the 'Finish' button is pressed.

Then when the Bizobj 'cancel' button is pressed and the dialog exits I get one 
more error:
(python:8248): Gtk-CRITICAL **: gtk_window_set_modal: assertion `GTK_IS_WINDOW 
(window)' failed

The files:     CustomerBizobj.py
                  __init__.py
are created and ClassDesigner.py keeps running but I don't know what to try 
next to get things working.

Thanks for any help.


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

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

Reply via email to