Re: dependency questions

2008-08-25 Thread Eike Nicklas
On Mon, 25 Aug 2008 00:08:20 -0400 Scott Kitterman wrote: > On Sunday 24 August 2008 18:03, Eike Nicklas wrote: > > I have a program that depends on python >= 2.4 and elementtree (which > > is included in python >= 2.5). > > > > What is the best way to express this dependency in debian/control >

Re: r6347 - in packages/python-recaptcha/trunk/debian (control)

2008-08-25 Thread Vincent Bernat
OoO Pendant le journal télévisé du lundi 25 août 2008, vers 20:42, je disais: > import sys,new,os; p = os.path.join(sys._getframe(1).f_locals['sitedir'], > *('recaptcha',)); ie = os.path.exists(os.path.join(p,'__init__.py')); m = not > ie and sys.modules.setdefault('recaptcha',new.module('rec

Re: r6347 - in packages/python-recaptcha/trunk/debian (control)

2008-08-25 Thread Vincent Bernat
OoO Pendant le journal télévisé du lundi 25 août 2008, vers 20:16, je disais: > This path does not exist.This explains why the first import > fails. However, I don't have any clue why Python thinks that the path of > the module is /usr/lib/python2.5/site-packages/recaptcha inst

Re: r6347 - in packages/python-recaptcha/trunk/debian (control)

2008-08-25 Thread Vincent Bernat
OoO En cette fin de matinée radieuse du dimanche 24 août 2008, vers 11:55, [EMAIL PROTECTED] disait : > Date: Sunday, August 24, 2008 @ 09:55:21 > Author: piotr > Revision: 6347 > add python-pkg-resources to Depends (recaptcha/__init__.py needs it) Thanks for spotting it. However