Re: compiling an extension for several versions of python

2007-09-12 Thread James Stroud
[EMAIL PROTECTED] wrote: > I don't have access to site-packages, but I would like > to provide versions of my c-language package compiled against > python 2.4 and 2.5. > > I "own" a library directory which is included in our site's > sys.path. Currently this is where the 2.4 shared libary > is in

compiling an extension for several versions of python

2007-09-12 Thread mh
I don't have access to site-packages, but I would like to provide versions of my c-language package compiled against python 2.4 and 2.5. I "own" a library directory which is included in our site's sys.path. Currently this is where the 2.4 shared libary is installed. What's the most canonical way