Wanted: a python24 package for Python 2.3
Jonathan Fine
jfine at pytex.org
Tue Mar 20 12:30:43 EDT 2007
More information about the Python-list mailing list
Tue Mar 20 12:30:43 EDT 2007
- Previous message (by thread): Wanted: a python24 package for Python 2.3
- Next message (by thread): Wanted: a python24 package for Python 2.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
kyosohma at gmail.com wrote: > On Mar 20, 10:33 am, Jonathan Fine <j... at pytex.org> 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
- Previous message (by thread): Wanted: a python24 package for Python 2.3
- Next message (by thread): Wanted: a python24 package for Python 2.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list