Paul McNett wrote: > Carl Karsten wrote: >> I don't have anything like App.py. Think it will be easier for me to dumb >> down >> the setup.py or smart up my app? > > Doesn't really matter, as long as you get those variables stuffed with > at least empty strings. >
Did that. did you see dabodemo.exe crash? that was the result. Given what basepath is here: basepath = os.path.split(dabo.__file__)[0] print "basepath", basepath P:\dabodev\dabodemo\DaboDemo\dist\library.zip\dabo I'm not sure how this would work: img = os.path.join(basepath, "icons", "daboSplashName.png") with something like wx that isn't using python's magic (I am assuming that it is python that could take care of reading files from a zip like that.) 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/%(messageid)s
