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


_______________________________________________
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