Nate Lowrie wrote: > Okay, upgraded to the latest and I get: > > Traceback (most recent call last): > File "mainForm.py", line 13, in <module> > File "dabo\__init__.pyc", line 128, 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'
See the sections in the appwiz-generated setup.py that deals with copying the dabo locale to the directory dabo.locale and adding it to the exe as a data file. > Also, the program is almost 40MB!!!! On a simple program less than 80 > lines of code. I noticed in the buildlog it was creating loaders for > matplotlib stuff and I am not even using it. I ended up uninstalling matplotlib to get rid of that. -- pkm ~ http://paulmcnett.com _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
