> I was wondering how to include resources in my application.
> setup.py from appwizard is including all resources in a ./resources
> directory when compiling with py2exe, but the application doesn't load
> it.
> 
> How do I set up dabo to search for the icons?

The setup.py included with appwizard automatically puts all the dabo icons 
(contents of dabo/dabo/icons) into the bundle, so anything defined there will 
be in the exe and available at runtime.

This is why when you run your app, all the toolbar icons display properly. 

For your own icons or whatnot, I believe you just put them in the resources 
directory and they'll be available by looking for the 
<appdir>/resources/<myfile.png> file.

HTH
--Paul

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to