Paul McNett wrote: > Carl Karsten wrote: >> OK, using a dumbed down setup.py, I get DaboDemo.exe, run it: >> >> --------------------------- >> Errors occurred >> --------------------------- >> See the logfile 'P:\dabodev\dabodemo\DaboDemo\dist\DaboDemo.exe.log' for >> details >> --------------------------- >> OK >> --------------------------- >> >> D...log is just cr lf. > > Try redirecting stderr to your own log file somewhere. > >> #!/usr/bin/env python >> # -*- coding: utf-8 -*- >> >> import os >> import glob >> from distutils.core import setup >> import py2exe >> import dabo.icons >> >> # from App import App >> >> # Find the location of the dabo icons: >> iconDir = os.path.split(dabo.icons.__file__)[0] > > Oops, I must not have committed my latest, which traverses the subdirs > of the icons directory, too (tango icon theme). Hang on, and I'll do that.
No, it is there. Lines 11-20 of: http://svn.dabodev.com/trac/daboide/browser/trunk/wizards/AppWizard/spec-setup.py.txt -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/%(messageid)s
