Re: Distributing 2 python modules with incompatible API

2008-06-04 Thread Diez B. Roggisch
mathieu wrote: > hi there, > > As far as I understand python is not using the usual UNIX system of > soname when two libraries provide incompatible API. So let say I have > a _foo.so version 1.2 and 2.0, all I can (should do) is move them > underneath a subdirectory in site-package: > > pyth

Distributing 2 python modules with incompatible API

2008-06-04 Thread mathieu
hi there, As far as I understand python is not using the usual UNIX system of soname when two libraries provide incompatible API. So let say I have a _foo.so version 1.2 and 2.0, all I can (should do) is move them underneath a subdirectory in site-package: pythonX.Y/site-package/foo1.2/_foo.s