[EMAIL PROTECTED] wrote: > On Mar 20, 10:33 am, Jonathan Fine <[EMAIL PROTECTED]> wrote:
>>My problem is that I want a Python 2.4 module on >>a server that is running Python 2.3. I definitely >>want to use the 2.4 module, and I don't want to >>require the server to move to Python 2.4. > You might be able to use the "from future import SomeModule" syntax to > accomplish this, but I am not sure. Other than that, I would just > recommend using the os.popen calls that are native to 2.3 I've already made my mind up. I want to use subprocess on both 2.3 and 2.4. To do this, 2.3 sites have to have a copy of the subprocess module. My question (snipped) is how best to package this up. best regards Jonathan -- http://mail.python.org/mailman/listinfo/python-list