newbie: Datetime module for Python 2.2.x

E

Eric Azarcon

Hello!

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.

Any help would be much appreciated!

Thanks,

Eric
 
J

Jarek Zgoda

Eric said:
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/.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,214
Messages
2,571,112
Members
47,704
Latest member
DavidSuita

Latest Threads

Top