Hi There, 
Thank you for the wonderful software. I am a newbie here to Dabo. I was trying 
out the tutorial which is on the website (Not the pycon tutorial, but the 
"step-by-step" one). I managed to come along quite a bit far with it in the 
first part of the tutorial upto the "client forms" When I finally save 
everything and make the change in the Main.py with the following,

app.MainFormClass = "ClientForm.cdxml"

Save it, and run it, I get the following error

File "C:\Users\rama\Desktop\DaboProject\Dabo_Project\Hours\main.py", line 13, 
in <module>
  app.start()
File "C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\dApp.py", line 
388, in start
  self.setup()
File "C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\dApp.py", line 
343, in setup
  self.initUIApp()
File "C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\dApp.py", line 
380, in initUIApp
  self.uiApp.setup()
File 
"C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\ui\uiwx\uiApp.py", 
line 414, in setup
  frm = self.dApp.MainForm = dabo.ui.createForm(mfc)
File 
"C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\ui\uiwx\__init__.py", 
line 1222, in createForm
  frm = cls(*args, **kwargs)
File "c:\Users\rama\AppData\Local\Temp\tmpkjledn.py", line 10, in __init__
  super(dForm_4410, self).__init__(parent=parent, attProperties=attProperties, 
*args, **kwargs)
File 
"C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\ui\uiwx\dForm.py", 
line 927, in __init__
  BaseForm.__init__(self, preClass, parent, properties, attProperties, *args, 
**kwargs)
File 
"C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\ui\uiwx\dForm.py", 
line 45, in __init__
  fm.dFormMixin.__init__(self, preClass, parent, properties, attProperties, 
*args, **kwargs)
File 
"C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\ui\uiwx\dFormMixin.py",
 line 75, in __init__
  attProperties, *args, **kwargs)
File 
"C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\ui\uiwx\dPemMixin.py", 
line 193, in __init__
  self._afterInit()
File 
"C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\ui\uiwx\dForm.py", 
line 72, in _afterInit
  super(BaseForm, self)._afterInit()
File 
"C:\Python27\Lib\site-packages\Dabo-0.9.3-py2.7.egg\dabo\ui\uiwx\dFormMixin.py",
 line 125, in _afterInit
  self.createBizobjs()
File "c:\Users\rama\AppData\Local\Temp\tmpkjledn.py", line 332, in createBizobjs
  bizClient = self.Application.biz.ClientBizobj(conn)
AttributeError: 'module' object has no attribute 'ClientBizobj'

I do not understand what I am doing wrong. I have checked all of my naming 
conventions etc and they are exactly as shown in the tutorial. Also I am using 
WingIDE. Could someone point me to what I am doing wrong?

Thanks a lot!
Rama



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