[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RE : python module name conflict



On 06/06/10 11:21, PICCA Frédéric-Emmanuel wrote:
>> Since the Debian Policy forbids packages that don't provide the same
>> functionality (like these two modules) to conflict with each other, you cannot
>> go that route. You could probably hack it with .pth so that you don't need a
>> package Conflict, but that's just a hack and the problem is still there, so in
>> the end one will need to be renamed.
> 
> what .pth hack are you talking about ?

You put the module in some dir and then use a .pth so you can import it
normally. This will avoid the file conflict, but not the namespace one, and I'm
not sure what would happen if you install both modules, so you better prod
upstream into renaming it.

Cheers,
Emilio


Reply to: