Re: Distributing Python Apps on Linux\BSD

2008-03-22 Thread Diez B. Roggisch
PurpleServerMonkey schrieb: > On Mar 22, 2:26 am, Miki <[EMAIL PROTECTED]> wrote: >> Hello, >> >> Disclaimer: I'm not an expert on the subject. >> >>> Setuptools and friends seem to be focused on distributing modules, I'm >>> at the other end of the scale where I want to distribute an entire >>> ap

Re: Distributing Python Apps on Linux\BSD

2008-03-22 Thread PurpleServerMonkey
On Mar 22, 2:26 am, Miki <[EMAIL PROTECTED]> wrote: > Hello, > > Disclaimer: I'm not an expert on the subject. > > > Setuptools and friends seem to be focused on distributing modules, I'm > > at the other end of the scale where I want to distribute an entire > > application so that an Administrator

Re: Distributing Python Apps on Linux\BSD

2008-03-21 Thread Miki
Hello, Disclaimer: I'm not an expert on the subject. > Setuptools and friends seem to be focused on distributing modules, I'm > at the other end of the scale where I want to distribute an entire > application so that an Administrator can run a single install and have > a fully operational product

Distributing Python Apps on Linux\BSD

2008-03-20 Thread PurpleServerMonkey
Working on a rather large open source python application that I want to release for Linux and BSD and was wondering what methods others are using to distribute large and complex applications. Setuptools and friends seem to be focused on distributing modules, I'm at the other end of the scale where