Hi,
Have been investigating py2exe - very little documentation available anywhere
other than the simplest tutorial and a recommendation to check out existing
setup.py scripts. So I thought I'd just try the setup script generated with my
AppWizard. Got the following error trace :-
C:\LB2\LodgeBooks>python setup.py py2exe
Traceback (most recent call last):
File "setup.py", line 42, in <module>
app.setup()
File "C:\LB2\LodgeBooks\App.py", line 39, in setup
self.super()
File "c:\svndabo\dabo\lib\autosuper\autosuper.py", line 176, in __call__
return method(*p, **kw)
File "c:\svndabo\dabo\dApp.py", line 290, in setup
self._initModuleNames()
File "c:\svndabo\dabo\dApp.py", line 908, in _initModuleNames
self.__setattr__(dd, __import__(dd, globals(), locals(), [], 0))
File "C:\LB2\LodgeBooks\ui\__init__.py", line 7, in <module>
from FrmMain import FrmMain
File "C:\LB2\LodgeBooks\ui\FrmMain.py", line 4, in <module>
from MenFileOpen import MenFileOpen
File "C:\LB2\LodgeBooks\ui\MenFileOpen.py", line 7, in <module>
class MenFileOpen(dabo.ui.dMenu):
AttributeError: 'module' object has no attribute 'dMenu'
Could it be because since generating the app I have replaced my dabo 'egg' with
a path file to the svn version I have downloaded? nb did not modify anything
within the AppWizard generated app.
Thanks
Rodgy
--- 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]