Carl Karsten wrote: >> Anyway, I see the resources are getting copied correctly. However, I >> don't see where you stuff the resources directory into sys.path at >> runtime (so the icons will never be found). >> > > maybe after some coffee I can figure that out :)
You don't have any figuring to do, because in a message yesterday I already gave you the answer. Put this in your main py file, after the app is defined but as high up as possible: sys.path.append(os.path.join(app.HomeDirectory, "resources")) -- 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
