Importing Python 2.3 datetime lib into Python 2.2 - Windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • milesd@chocksaway.com

    #1

    Importing Python 2.3 datetime lib into Python 2.2 - Windows

    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

    #2
    Re: Importing Python 2.3 datetime lib into Python 2.2 - Windows

    milesd@chocksaw ay.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:
    Provides the most natural and robust way of dealing with date/time values in Python.

    In fact I think some of datetime was based on it

    David

    Comment

    Working...