Re: Correct location of .py and .pyc files

2003-11-12 Thread Marco Paganini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Nov 12, 2003 at 10:20:16PM +0100, Josselin Mouette wrote: > > Another question: My application has some "skeleton" files that are copied > > to the user's home directory by an installation program. Robert Millan (my > > Debian guru, in the Cc:

Duplicate debconf templates in zope-* packages

2003-11-12 Thread Denis Barbier
[Cc me on reply, I am not subscribed to this list] Hi there, it looks like the solution proposed by Luca in http://lists.debian.org/debian-python/2002/debian-python-200211/msg00025.html has never been implemented, most (if not all?) Zope packages still ship their own templates files. The right

test

2003-11-12 Thread Sven Hohlfeld
test

Re: Correct location of .py and .pyc files

2003-11-12 Thread Josselin Mouette
Le mer 12/11/2003 à 20:32, Marco Paganini a écrit : > - I should bytecompile the modules at installation time. This matches my > original expectations. However, the Python Policy is not clear about > where I should put the byte-compiled files. Is /usr/lib/package an > acceptable place? It wou

Re: Correct location of .py and .pyc files

2003-11-12 Thread Graham Wilson
On Wed, Nov 12, 2003 at 02:32:30PM -0500, Marco Paganini wrote: > Another question: My application has some "skeleton" files that are copied > to the user's home directory by an installation program. Robert Millan (my > Debian guru, in the Cc:) has recommended /usr/share/doc/package/something, > bu

Re: Correct location of .py and .pyc files

2003-11-12 Thread Robert Millan
On Wed, Nov 12, 2003 at 02:32:30PM -0500, Marco Paganini wrote: > - According to Python's Policy, section 3.1.1, private modules should be > installed in /usr/lib/site-python/module, > /usr/lib/pythonX.Y/site-packages/module > or /usr/lib/package. In my case, it makes more sense to install th

Re: Correct location of .py and .pyc files

2003-11-12 Thread Marco Paganini
Hi Florent, On Wed, Nov 12, 2003 at 03:50:35PM +0100, Florent Rougon wrote: > [Ugh, sorry for the double message, Marco] Worry not! :) > Yes, but obviously you haven't read the Python policy draft > (/usr/share/doc/python/python-policy.txt.gz) nor Josselin's proposal at > http://people.debian.or

linda ... Re: Correct location of .py and .pyc files

2003-11-12 Thread Cory Dodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I note that applications written in python, such as my aap package, go into /usr/lib/ per the policy (section 3.1.1), but linda does not support this. _all packages (most things written in Python) belong in /usr/share according to linda, but /usr/lib a

Re: Correct location of .py and .pyc files

2003-11-12 Thread Florent Rougon
[Ugh, sorry for the double message, Marco] Marco Paganini <[EMAIL PROTECTED]> wrote: > Hi All, Hi, > I need to package a Python application that depends on multiple modules. > I've been wondering about the correct location for the modules (both .py and > .pyc files) in Debian. FHS states that a