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'

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.

Cheers,

Nate L.

On 10/1/07, Paul McNett <[EMAIL PROTECTED]> wrote:
> Nate Lowrie wrote:
> > I have a simple dabo application that only uses dabo as it's
> > dependency.  I have the setup.py file as:
> >
> > from distutils.core import setup
> > import py2exe
> >
> > setup(windows=['mainForm.py'])
> >
> > Everything compiles just fine.  However, when I go to run it I get the
> > following error:
> >
> > 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 50, in install
> >   File "dabo\dLocalize.pyc", line 95, in getDaboLocaleDir
> > NameError: global name 'localeDir' is not defined
>
> Are you using the most recent Dabo? We just fixed a typo ('localedir'
> instead of 'localeDir') last week.
>
> Other than that, try the setup.py that generates with AppWizard apps.
> That is known to work in the most recent Dabo/DaboIDE combo.
>
> --
> pkm ~ http://paulmcnett.com
>
>
[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/dabo-users/[EMAIL PROTECTED]

Reply via email to