Użytkownik Sławomir Śmietanowski napisał: > 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' > >
Hi. When looking into your traceback, I guess that you are using fairly old Dabo version. I suggest that you should use latest SVN version instead, where this issues is fixed. BTW, greetings from Poland. -- Regards Jacek Kałucki _______________________________________________ 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]
