Re: [Freevo-devel] mmpython 0.1 spec file

2003-09-07 Thread Wan Tat Chee
Hi Aubin, On Fri, 5 Sep 2003, Aubin Paul wrote: do this: python2.3 setup.py install --no-compile \ --root=`pwd`/debian/python2.3-mmpython This works great. Thanks! T.C. Wan Tat Chee (Lecturer) School of Computer Science, Univ. of Science Malaysia, 11800 USM, Penang, Malaysia.

Re: [Freevo-devel] mmpython 0.1 spec file

2003-09-05 Thread Gustavo Sverzut Barbieri
Wan, I can build packages for Mandrake, they must be almost the same, but just to ensure. You can send the src to: gustavo !AT! gsbarbieri.sytes.net Thanks, Gustavo --- Wan Tat Chee [EMAIL PROTECTED] escreveu: Hi Dischi, In preparation for the 1.4 release of freevo, I'm slowly filling

[Freevo-devel] mmpython 0.1 spec file

2003-09-04 Thread Wan Tat Chee
Hi Dischi, In preparation for the 1.4 release of freevo, I'm slowly filling in the missing pieces for RPM support. I've included a mmpython spec file which can be used to generate a RPM package for the 0.1 version of mmpython. I think it should work with any future release with just a change of

Re: [Freevo-devel] mmpython 0.1 spec file

2003-09-04 Thread Aubin Paul
On Fri, Sep 05, 2003 at 12:10:37PM +0800, Wan Tat Chee wrote: It's a lot easier to work with python's setup utility. The only thing is that it automatically generates *.pyc files, not sure if there's a way to disable or control the type of compilation setup performs. There is: do this: