Here is the complete output:

CWD C:\dabodev\melk_verse\ui
APPDIR c:\dabodev\dabo
IGNORE False
CALLED SCRIPT verse.py
SCRIPT DIR C:\dabodev\melk_verse\ui
GIVING UP C:\dabodev\melk_verse\ui
Traceback (most recent call last):
  File "verse.py", line 22, in <module>
    main()
  File "verse.py", line 15, in main
    app.start()
  File "C:\dabodev\dabo\dApp.py", line 395, in start
    self.setup()
  File "C:\dabodev\dabo\dApp.py", line 347, in setup
    self.initUIApp()
  File "C:\dabodev\dabo\dApp.py", line 387, in initUIApp
    self.uiApp.setup()
  File "C:\dabodev\dabo\ui\uiwx\uiApp.py", line 418, in setup
    frm = self.dApp.MainForm = dabo.ui.createForm(mfc)
  File "C:\dabodev\dabo\ui\uiwx\__init__.py", line 1342, in createForm
    frm = cls(*args, **kwargs)
  File "c:\users\benjac~1\appdata\local\temp\tmpfzmaix.py", line 10, in
__init__
    super(dForm_19888, self).__init__(parent=parent,
attProperties=attProperties
, *args, **kwargs)
  File "C:\dabodev\dabo\ui\uiwx\dForm.py", line 957, in __init__
    *args, **kwargs)
  File "C:\dabodev\dabo\ui\uiwx\dForm.py", line 48, in __init__
    attProperties=attProperties, *args, **kwargs)
  File "C:\dabodev\dabo\ui\uiwx\dFormMixin.py", line 75, in __init__
    attProperties=attProperties, *args, **kwargs)
  File "C:\dabodev\dabo\ui\uiwx\dPemMixin.py", line 195, in __init__
    self._afterInit()
  File "C:\dabodev\dabo\ui\uiwx\dForm.py", line 75, in _afterInit
    super(BaseForm, self)._afterInit()
  File "C:\dabodev\dabo\ui\uiwx\dFormMixin.py", line 125, in _afterInit
    self.createBizobjs()
  File "c:\users\benjac~1\appdata\local\temp\tmpfzmaix.py", line 181, in
createB
izobjs
    vervangingsverseBizobj =
self.Application.biz.VervangingsverseBizobj(self.Co
nnection)
AttributeError: 'NoneType' object has no attribute 'VervangingsverseBizobj'

On Tue, Aug 9, 2011 at 2:27 PM, Ed Leafe <e...@leafe.com> wrote:

> On Aug 9, 2011, at 2:32 AM, Dewald Jacobs wrote:
>
> > No change to the traceback. Where you able to replicate the error? Or is
> the problem with "save runnable app" on my system only? I have tested with
> multiple apps (even the most basic) and on multiple systems. Let me know if
> there is something else I can try or do. Thanks again.
>
>        I tested both the 'Save Runnable App' as well as the normal app
> 'main.py' options. I also tested both from the app's root directory as well
> as the ui directory, as well as opening the cdxml in the Class Designer.
>
>        I've posted a modified copy of the _getHomeDirectory() method of
> dApp.py: http://dabo.codepad.org/amTpffoK. It works exactly the same,
> except that there are a bunch of debugging print statements added. Copy
> that, and then open your copy of dApp.py. Go to line 1474 where that method
> begins, and replace it with the debug version.
>
>        Now run the app the same way you did to get the error. Be sure to
> run it from cmd.exe so that you can copy the debug output and paste it into
> your reply email.
>
>
>
> -- Ed Leafe
>
>
>
> _______________________________________________
> Post Messages to: Dabo-users@leafe.com
> 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/184d9623-3147-4a2f-af92-6b0525a16...@leafe.com
>


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---
_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/ca+-7oep7elrj62jgr6o9jel-vzp8gevy9mrmmak8mpjaj6s...@mail.gmail.com

Reply via email to