Re: bytecompiling python modules of a multipel binary source package

2008-04-14 Thread Serafeim Zanikolas
On Mon, Apr 14, 2008 at 04:10:00PM +0200, Josselin Mouette wrote [edited]: > On lun, 2008-04-14 at 00:52 +0100, Serafeim Zanikolas wrote: [..] > This is where things are wrong. There should be one directory > in /usr/share/python-support for each package, and not a single > directory for the three

Re: bytecompiling python modules of a multipel binary source package

2008-04-14 Thread Josselin Mouette
On lun, 2008-04-14 at 00:52 +0100, Serafeim Zanikolas wrote: > I'm packaging a set of pure python modules (ITP #473039), which are part of a > single module and share a few common files. So in /usr/share/python-support/ > we have: > > python-nodebox-web/nodebox_web/web/ (files required by all

bytecompiling python modules of a multipel binary source package

2008-04-13 Thread Serafeim Zanikolas
Hi all, I would appreciate advice on a packaging issue which I've dealt with, but probably not in the most elegant way. I'm packaging a set of pure python modules (ITP #473039), which are part of a single module and share a few common files. So in /usr/share/python-support/ we have: python-n