[ 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
> 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
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
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
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
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
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
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