Connecting Tech Pros Worldwide Help | Site Map

Importing Python 2.3 datetime lib into Python 2.2 - Windows

milesd@chocksaway.com
Guest
 
Posts: n/a
#1: Jul 18 '05
Hi,

Need some advice on adding datetime functionality into Python 2.2
Windows. Is it worth me trying to get the 2.3 datetime(pyd) file
working. I don't think it is.
Can someone recommend "Datetime" src which I can use.

thanks

Miles.

David Fraser
Guest
 
Posts: n/a
#2: Jul 18 '05

re: Importing Python 2.3 datetime lib into Python 2.2 - Windows


milesd@chocksaway.com wrote:[color=blue]
> Hi,
>
> Need some advice on adding datetime functionality into Python 2.2
> Windows. Is it worth me trying to get the 2.3 datetime(pyd) file
> working. I don't think it is.
> Can someone recommend "Datetime" src which I can use.
>
> thanks
>
> Miles.
>[/color]
A lot of people use mxDateTime:
http://www.egenix.com/files/python/mxDateTime.html
In fact I think some of datetime was based on it

David
Closed Thread