Nate: http://www.ece.usu.edu/files/setup.py
Paul: I tried to follow your instructions and have been working form that base of code since yesterday. I started by using the code generated by the wizard and took out the parts I was fairly sure I didn't need. Everything I've tried has resulted in an app that doesn't run, but gives me errors in the log, which I have done my best to fix. Still no success. Ed: Yes, I took a look at the code Nate posted. It was very similar to the setup.py generated by the wizard but was different enough to give me more insights into what all is going on in the code. So far I haven't had any troubles with the icons since I'm not using them as far as I can tell. I've got the locale directory info in there, but the app still isn't running. Thanks for your feedback, Mike M. On Wed, Jul 2, 2008 at 2:00 PM, Nate Lowrie <[EMAIL PROTECTED]> wrote: > On Wed, Jul 2, 2008 at 1:58 PM, Mike Mabey <[EMAIL PROTECTED]> 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? > > > Mike, > > Can you post the setup.py file? > > Nate L. > > [excessive quoting removed by server] _______________________________________________ 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]
