Wheel-reinvention with Python

Cliff Wells cliff at develix.com
Tue Aug 2 22:10:44 EDT 2005


On Tue, 2005-08-02 at 20:17 -0400, Mike Meyer wrote:

> Um - you're not answering the question I asked. I asked "What app do I
> use to bundle my applications for Unix, ala py2exe (or whatever it is)
> for Windows?" You're telling me how to install wxPython on those
> platforms.
> I know how to install wxPython. What I want to know is how to build an
> application bundle for all those Unix systems for a Python app I use
> that includes wxPython - or any other third party libraries I may be
> using.

Sorry, I assumed you'd know about distutils:

http://www.python.org/doc/current/dist/
http://www.python.org/doc/current/dist/built-dist.html

distutils can go so far as to build an rpm for you, but you'll need to
package things like .debs yourself.

Cliff

-- 
cliff at develix.com
http://www.develix.com :: Web applications and hosting :: Linux, PostgreSQL and Python specialists ::





More information about the Python-list mailing list