johnf wrote: > I assume you already have created a bundle exe. Is it very large? Or does > the exe that you created install python, then install wxpython, and anything > required? Or does it run in a stand alone mode?
When I run 'setup.py py2exe', I get about 70 files in the dist directory. This includes my exe that contains most everything bundled inside it, including my application, dabo, wxpython, and other libs. It weighs in at about 18 MB. The other files are .pyd and .dll files, associated mostly with python and wxpython. There are also supporting files/dirs such as dabo.locale and my app's resources directory. Then when I run innosetup, I get a setup.exe that compresses all of the above into a single setup.exe file. This weighs in at about 12 MB. So my distribution is about 12 MB. Stand alone mode. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
