Le 1 avr. 09 à 22:06, Frank Niessink a écrit :
>
> Any ideas how to include multiple versions of _pysyncml.so? Do I need
> to compile it for every python version?
>
Unfortunately, 2.6 introduces major API changes AFAIK. There are some
version combinations that work (for instance, I think an extension
module built against 2.4 will work with 2.5 with only a warning,
depending on which API features it depends), but for 2.5/2.6, we'll
have to build separate binaries (and import the right one). I'll try
to see if I can resurect my old laptop to do this.