Re: [PyQt] Packaging a PyQt app in GNU/Linux

2009-03-02 Thread Saúl Ibarra
Hi and thanks for your answer! :) > Depends on the goal. The "correct" way to package an app on Linux is to > make a distribution-dependent package (.deb/.rpm mostly). > That's right, I'm about to build a deb package, but I'm not sure if yust having my app directory copied somewhere is "the right

Re: [PyQt] Packaging a PyQt app in GNU/Linux

2009-03-01 Thread Giovanni Bajo
On dom, 2009-03-01 at 23:17 +0100, Saúl Ibarra wrote: > Hi all, > > This is my first mail to the list, so if this an obvious question, > please point me to the right place :) > > I'm trying to pack an application I made a while ago, but I'm a little > confused. I've been reading about distutils a

[PyQt] Packaging a PyQt app in GNU/Linux

2009-03-01 Thread Saúl Ibarra
Hi all, This is my first mail to the list, so if this an obvious question, please point me to the right place :) I'm trying to pack an application I made a while ago, but I'm a little confused. I've been reading about distutils and setuptools, but I don't really know if it's the right way to pack