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 Suggestions? Cheers, 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/dabo-users/[EMAIL PROTECTED]
