Mike Mabey wrote: > I really need to make my Dabo application into an executable. I'm > developing a few small applications that will be run on another user's > computer and I really don't want to have to install Python, wxPython, and > Dabo just to get everything to work. I'm still running into errors when I > use py2exe and can't figure out how to solve them. Currently I'm at the > point where running the application created with py2exe gives me the > following log message: > > Traceback (most recent call last): > File "main.pyw", line 3, in <module> > File "zipextimporter.pyo", line 82, in load_module > File "dabo\__init__.pyo", line 129, in <module> > File "dabo\dLocalize.pyo", line 53, in install > File "dabo\dLocalize.pyo", line 73, in setLanguage > File "gettext.pyo", line 469, in translation > IOError: [Errno 2] No translation file found for domain: 'dabo' > > I know I have the dabo files in my Python path, so I don't know what to do > with this error. My question now is, is there a better way to make my Dabo > application into a standalone program that can be run on a machine with no > Python, etc, installed?
Pardon me, but I already told you what to do in: http://leafe.com/archives/byMID/[EMAIL PROTECTED] Did you try my suggestion? I release my main commercial app with py2exe and it works great. The only thing the user needs to install is my app. Paul _______________________________________________ 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]
