On Jun 5, 2006, at 2:04 PM, Andrus wrote:
How to include dabo icons to exe file using py2exe? Dabo uses --bundle 1 but icons are not included into exe.
Because we deliberately exclude them, as they are part of the framework, and the entire framework is excluded from the exe.
To set the icon on the .exe that py2exe creates, use the --icon switch. See this page for more info:
<http://starship.python.net/crew/theller/moin.cgi/CustomIcons> -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
