On Tue, Jul 1, 2008 at 1:37 PM, Mike Mabey <[EMAIL PROTECTED]> wrote: > Hi there, > > I was wondering if anyone has ever used the py2exe module with Dabo. I just > tried to use it and it failed. Below is the log: > > Traceback (most recent call last): > File "DecisionEntry.pyw", line 3, in <module> > File "dabo\__init__.pyc", line 129, in <module> > File "dabo\dLocalize.pyc", line 53, in install > File "dabo\dLocalize.pyc", line 73, in setLanguage > File "gettext.pyc", line 469, in translation > IOError: [Errno 2] No translation file found for domain: 'dabo'
Mike, You can view the setup.py file I did for the Skyline Tool Suite at: https://svn.thewidgetfoundry.com/skyline/trunk/setup.py Maybe that will give you some insight. Nate L. _______________________________________________ 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]
