Re: Packaging an application with multiple Python versions.

2006-02-08 Thread Derrick Hudson
On Tue, Feb 07, 2006 at 06:31:20PM +0530, Kumar Appaiah wrote: | Dear Debian-Pythoners, | I want to package HarvestMan for the near future. From the website: | http://harvestman.freezope.org | "HarvestMan is the only public-domain, multithreaded web-crawler | program written in the Python language.

Re: Packaging an application with multiple Python versions.

2006-02-07 Thread Kumar Appaiah
On Tue, Feb 07, 2006 at 02:24:48PM +0100, Josselin Mouette wrote: > Le mardi 07 f?vrier 2006 ? 19:03 +0530, Kumar Appaiah a ?crit : > > > Maybe you can simply ship this symbolic link in the python-harvestman > > > package. > > > > Thanks for the suggestion, but how do I do this? Do I do this from

Re: Packaging an application with multiple Python versions.

2006-02-07 Thread Josselin Mouette
Le mardi 07 février 2006 à 19:03 +0530, Kumar Appaiah a écrit : > > Maybe you can simply ship this symbolic link in the python-harvestman > > package. > > Thanks for the suggestion, but how do I do this? Do I do this from the > rules file itself or do I use preinst/postrm? If it is from the rules,

Re: Packaging an application with multiple Python versions.

2006-02-07 Thread Kumar Appaiah
On Tue, Feb 07, 2006 at 02:00:40PM +0100, Josselin Mouette wrote: > Le mardi 07 f?vrier 2006 ? 18:31 +0530, Kumar Appaiah a ?crit : > > 1.The install script provided in the package adds a symbolic link to > > the executable script present in > > /usr/lib/python2.x/site-packages/HarvestMan/harve

Re: Packaging an application with multiple Python versions.

2006-02-07 Thread Josselin Mouette
Le mardi 07 février 2006 à 18:31 +0530, Kumar Appaiah a écrit : > 1.The install script provided in the package adds a symbolic link to > the executable script present in > /usr/lib/python2.x/site-packages/HarvestMan/harvestman.py in > /usr/bin/harvestman. Should I do this in my package? If so

Packaging an application with multiple Python versions.

2006-02-07 Thread Kumar Appaiah
Dear Debian-Pythoners, I want to package HarvestMan for the near future. From the website: http://harvestman.freezope.org "HarvestMan is the only public-domain, multithreaded web-crawler program written in the Python language. HarvestMan is released under the GNU General Public License." Now, I ha