On Wed, Jul 2, 2008 at 2:44 PM, Mike Mabey <[EMAIL PROTECTED]> wrote: > Wow, thanks Paul for your replies. First, I'm calling setup.py in a Command > Prompt window by navigating to the directory of setup.py and entering: > python setup.py py2exe --bundle 1 > > Second, I don't know how to unzip a .dll, but my dabo/locale folder does > have files and subdirectories. > > Third, when I uncomment line 52, I get the errors I listed on my second > posting under this subject.
Line 52 is commented out in my setup.py files. You will get the locales when you do the os.path.walk... 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]
