Re: Distributing compiled (swig) python modules

2008-10-15 Thread Scott David Daniels
mathieu wrote: ...Is there some documentation (that I missed in my previous google search) that describe how to prepare python module that can be redistributed with some kind of backward compatibility (= so that when prepared on python 2.4, it works on 2.5/2.6 at least) ? Nope, you didn't miss

Re: Distributing compiled (swig) python modules

2008-10-15 Thread Diez B. Roggisch
mathieu wrote: > Hi there, > > I have prepared binaries of a python module that I wrote. Basically > the lib is written in C++ and wrapped in python using SWIG. Of course > it links to the python dynamic libraries. I found out that this is > version dependant. For instance if I prepare the bina

Distributing compiled (swig) python modules

2008-10-15 Thread mathieu
Hi there, I have prepared binaries of a python module that I wrote. Basically the lib is written in C++ and wrapped in python using SWIG. Of course it links to the python dynamic libraries. I found out that this is version dependant. For instance if I prepare the binaries on my machine with a py