Eric Azarcon wrote:

I'm fairly new to Python, and was wondering if someone might be able to
help. I'm doing something that requires the datetime module released in
2.3. Unfortunately, the target machines are running 2.2.x and there is
no easy way that I know of to install 2.3/2.4 (RHEL ES).

I've done some looking around, and located and downloaded a tarball
from Zope that seems to address this, but have no idea how I am to
install this. The file is a datetime.tar.

I've also downloaded the source from Python.org, and have the C source
for datetime. Of course, I have no idea how to compile just that
module. And installing it, if I ever get that far.

Most of DB-API modules use mx.DateTime module and for Python 2.2 this one is mos widely used. Go for it to http://www.egenix.com/.


--
Jarek Zgoda
http://jpa.berlios.de/ | http://www.zgodowie.org/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to