Hello
I wrote simple dabo application which edits sqlite database.
Everything is working under ClassDiesigner.py-> Run and also run when I
clicked main.py via Windows Explorer.
I want to compile main.py to main.exe using py2exe and pyinstaller.
With pyinstaller main.exe is created but not working.
With py2exe when I run main.exe I receive error with explanation in
main.exe.log file

This is content of main.exe.log file:
Traceback (most recent call last):
  File "main.py", line 2, in <module>
  File "dabo\__init__.pyc", line 148, in <module>
  File "dabo\dLocalize.pyc", line 56, in install
  File "dabo\dLocalize.pyc", line 85, in setLanguage
AttributeError: 'module' object has no attribute 'log'

I am using Windows XP SP3 with Polish Language.

My main.py 
# -*- coding: utf-8 -*-
import dabo
dabo.ui.loadUI("wx")
global sc
app = dabo.dApp()
app.MainFormClass = "klasat.cdxml"
app.start()

My install files:
2011-02-17  10:32         2˙479˙282 dabo-0.9.3-win.zip
2011-02-17  10:33         9˙176˙719 DaboRuntimeSetupConsole.exe
2011-02-17  10:28           838˙324 PIL-1.1.7.win32-py2.6.exe
2011-02-17  12:45           201˙236 py2exe-0.6.9.win32-py2.6.exe
2011-02-17  11:12         1˙991˙937 pyinstaller-1.5-rc1.zip
2011-02-17  09:53        15˙103˙488 python-2.6.5.msi
2011-02-17  11:42         6˙438˙204 pywin32-214.win32-py2.6.exe
2011-02-17  11:31         6˙901˙913 pywin32-214.zip
2011-02-17  10:10         2˙133˙765 reportlab-2.5.win32-py2.6.exe
2011-02-17  10:32           227˙935 setuptools-0.6c11.win32-py2.6.exe
2011-02-17  12:50         1˙821˙192 vcredist_x86.exe
2011-02-17  10:21           412˙803 win32-dlls-py26.zip
2011-02-17  09:54        10˙966˙209
wxPython2.8-win32-unicode-2.8.11.0-py26.exe

Could someone help me?

Best regards
Slawomir Smietanowski

_______________________________________________
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/!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAfnNwkB1nGUuKc+OWD0iOcMKAAAAQAAAAGcyTKoE2v0OlTeGuqK1/[email protected]

Reply via email to