On Jan 15, 2009, at 8:57 PM, John Krumpotick wrote:

>  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'


        Hmmm... that means that the app couldn't find a directory named 'biz'  
in any of the standard places to look. I'll have to add something to  
handle that situation.

> 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

        That's probably a direct result of the previous error. Once you get  
an exception like that, objects are released and references get hosed.  

> 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.

        What is the full path to the CustomerBizobj.py file? And has the form  
you are designing already been saved? If so, what is the path to that  
file?


-- Ed Leafe





_______________________________________________
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