Re: question on packaging of python applications

2000-11-02 Thread Mike Coleman
[EMAIL PROTECTED] (Jérôme Marant) writes: > Bastian Kleineidam <[EMAIL PROTECTED]> writes: > > > >I recently created a debian file for my project (see > > >http://subterfugue.org), > > >and discovered just now why including .pyc and .pyo files directly doesn't > > >work optimally. > > Where is th

Re: question on packaging of python applications

2000-11-02 Thread Mike Coleman
Bastian Kleineidam <[EMAIL PROTECTED]> writes: > >I recently created a debian file for my project (see http://subterfugue.org), > >and discovered just now why including .pyc and .pyo files directly doesn't > >work optimally. > Where is the problem? Python bytecode should be platform > independent!

Re: question on packaging of python applications

2000-11-02 Thread Jérôme Marant
Bastian Kleineidam <[EMAIL PROTECTED]> writes: > >I recently created a debian file for my project (see http://subterfugue.org), > >and discovered just now why including .pyc and .pyo files directly doesn't > >work optimally. > Where is the problem? Python bytecode should be platform > independent!

Re: question on packaging of python applications

2000-11-02 Thread Bastian Kleineidam
>I recently created a debian file for my project (see http://subterfugue.org), >and discovered just now why including .pyc and .pyo files directly doesn't >work optimally. Where is the problem? Python bytecode should be platform independent! So it is safe to include .pyc and .pyo files. There is no

question on packaging of python applications

2000-11-02 Thread Mike Coleman
Hi, I recently created a debian file for my project (see http://subterfugue.org), and discovered just now why including .pyc and .pyo files directly doesn't work optimally. Looking at other packages which contain python code, it looks like there are several slightly different variations on how th