Paul McNett wrote:
> 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"))
> 

ah, somehow I was thinking that was in the appwiz apps setup.py.

Added, looks to have solved the last show stopper!  yay!

Carl K


_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]

Reply via email to