Re: how to make install package for applications written in python

2007-04-25 Thread Mikhail Sobolev
[ Sorry the original mail was removed ] On Tue, Apr 24, 2007 at 09:45:59AM -0700, Ian wrote: > Ola, > > Could tell me how to make debian package for python applications? I > > developed my application using python and not in scratchbox environment. > > directly edit file and > > test it in real d

Re: how to make install package for applications written in python

2007-04-25 Thread Zoran Kolic
> Could tell me how to make debian package for python applications? I > developed my application using python and not in scratchbox environment. > directly edit file and test it in real device. Following the tutorial from > maemo.org, I found command "dh_make" isn't there in device. Or simply put

Re: how to make install package for applications written in python

2007-04-25 Thread Guillem Jover
Hi, On Tue, 2007-04-24 at 22:36:10 +0200, ext Kees Jongenburger wrote: > On 4/24/07, Xi Chen <[EMAIL PROTECTED]> wrote: > > Could tell me how to make debian package for python applications? I > > developed my application using python and not in scratchbox environment… > > directly edit file and te

Re: how to make install package for applications written in python

2007-04-24 Thread Kees Jongenburger
On 4/24/07, Xi Chen <[EMAIL PROTECTED]> wrote: Could tell me how to make debian package for python applications? I developed my application using python and not in scratchbox environment… directly edit file and test it in real device. Following the tutorial from maemo.org, I found command "dh_mak

Re: how to make install package for applications written in python

2007-04-24 Thread Diego Escalante
In case it's useful for someone, when I play with setuptools in python and do: $ sudo python setup.py install I later find myself looking for setup.py uninstall, sadly there's no uninstall. So the other day I came to this solution: $ sudo ./setup.py install --record a $ for i in `cat a`; do ech

Re: how to make install package for applications written in python

2007-04-24 Thread Ian
Ola, > Could tell me how to make debian package for python applications? I > developed my application using python and not in scratchbox environment. > directly edit file and > test it in real device. Following the tutorial from maemo.org, I found > command "dh_make" isn't > there in device. did

RE: how to make install package for applications written in python

2007-04-24 Thread Karoliina.T.Salminen
Hello, From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Xi Chen Sent: 24 April, 2007 13:11 To: maemo-developers@maemo.org Subject: how to make install package for applications written in python

how to make install package for applications written in python

2007-04-24 Thread Xi Chen
Hi, Could tell me how to make debian package for python applications? I developed my application using python and not in scratchbox environment. directly edit file and test it in real device. Following the tutorial from maemo.org, I found command "dh_make" isn't there in device. Thanks in a