Uwe Mayer wrote:
> Hi,
> 
> I use the GNU autotools for packaging my python applications. My problem is
> that as I have both python2.3 and python2.4 installed the automake macros
> always detects the newest version and sets it path variables accordingly. 
> 
> How can I package the program for different versions of Python? 
> (i.e. for generating binary packages)
> 
> Any ideas?
> 
> Thanks,
> Ciao
> Uwe     
wxPython provides a method for linking to different Python versions.

Robin Dunn's approach might help.

Colin W.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to