On 9/28/10 6:25 PM, Ed Leafe wrote: > On Sep 28, 2010, at 7:02 PM, Jeff Johnson wrote: > >> I would like to use daborun to distribute an app I just built. I read >> somewhere that the dabo framework is not in daborun, but the python, >> wxpython and reportlab stuff. Is that correct? If so, assuming I have >> an application that runs in a \users\public\applications\soc how would >> I set that up? ... folder wise. > > > You wouldn't. > > ;-) > > What you want is py2exe, which was used to create daborun.exe. That exe > contains Dabo, python, reportlab, as well as several database connector > modules. I thought I had the source of daborun in subversion, but I can't > seem to find it on trac.dabodev.com at the moment.
cx_freeze is another option. For Mac, py2app or cx_freeze. For Linux, cx_freeze. I use py2exe for win, py2app for mac, and cx_freeze for lin, but I have it on my list to see if cx_freeze can work for all three, which would simplify things. The daborun stuff is in a separate repository (remember when we had everything separate?): http://svn.dabodev.com/daborun Another example setup.py to start with is the one that generates with appwizard apps. It tracks closely with the one I use in my commercial app. 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]
