Re: A Module on Time & Date

2005-07-27 Thread Fernando Perez
Robert Maas, see http://tinyurl.com/uh3t wrote: >> From: Robert Kern <[EMAIL PROTECTED]> >> As you can see in the datetime documentation, the module was introduced >> in Python 2.3. I recommend updating your Python installation. > > What do you mean "your"?? I don't have any Python installation o

Re: A Module on Time & Date

2005-07-27 Thread skip
>> As you can see in the datetime documentation, the module was >> introduced in Python 2.3. I recommend updating your Python >> installation. Robert> What do you mean "your"?? I don't have any Python installation Robert> of my own. All I have is what this small local ISP pro

Re: A Module on Time & Date

2005-07-27 Thread Fuzzyman
There is a Python 2.2 compatible version. Part of the Pythonweb modules (google for it). It has *most* of the functionality. There is also the Dateutil module (although I don't know which version of Python that requires). There is also my own (now outdated) dateutils module that *might* help with

Re: A Module on Time & Date

2005-07-26 Thread Robert Kern
Robert Maas, see http://tinyurl.com/uh3t wrote: >>From: Robert Kern <[EMAIL PROTECTED]> >>As you can see in the datetime documentation, the module was introduced >>in Python 2.3. I recommend updating your Python installation. > > What do you mean "your"?? "The one you are using." > I don't have

Re: A Module on Time & Date

2005-07-26 Thread Devan L
Robert Maas, see http://tinyurl.com/uh3t wrote: > > From: Robert Kern <[EMAIL PROTECTED]> > > As you can see in the datetime documentation, the module was introduced > > in Python 2.3. I recommend updating your Python installation. > > What do you mean "your"?? I don't have any Python installatio

Re: A Module on Time & Date

2005-07-26 Thread Robert Maas, see http://tinyurl.com/uh3t
> From: Robert Kern <[EMAIL PROTECTED]> > As you can see in the datetime documentation, the module was introduced > in Python 2.3. I recommend updating your Python installation. What do you mean "your"?? I don't have any Python installation of my own. All I have is what this small local ISP provid

Re: A Module on Time & Date

2005-06-26 Thread Robert Kern
Robert Maas, see http://tinyurl.com/uh3t wrote: >>From: John Abel <[EMAIL PROTECTED]> >>time - http://docs.python.org/lib/module-time.html > > Ah, thanks! It works here, whereas: > >>datetime - http://docs.python.org/lib/module-datetime.html > > doesn't work, no such module, see: > http://grou

Re: A Module on Time & Date

2005-06-26 Thread Robert Maas, see http://tinyurl.com/uh3t
> From: John Abel <[EMAIL PROTECTED]> > time - http://docs.python.org/lib/module-time.html Ah, thanks! It works here, whereas: > datetime - http://docs.python.org/lib/module-datetime.html doesn't work, no such module, see: http://groups-beta.google.com/group/comp.lang.python/msg/0e4307f5cfa28b

Re: A Module on Time & Date

2005-06-26 Thread Robert Maas, see http://tinyurl.com/uh3t
> From: Sakesun Roykiattisak <[EMAIL PROTECTED]> > import datetime > print datetime.datetime.now() That doesn't work here: % python Python 2.2.2 (#1, Feb 17 2003, 21:01:54) [GCC 2.95.4 20020320 [FreeBSD]] on freebsd4 Type "help", "copyright", "credits" or "license" for more information. >>> import

Re: A Module on Time & Date

2005-05-10 Thread Sakesun Roykiattisak
import datetime print datetime.datetime.now() Sara Khalatbari wrote: >Is there a Module in Python that gives you the time & >date of today??? > > > > >__ >Do you Yahoo!? >Make Yahoo! your home page >http://www.yahoo.com/r/hs > > -- http://mail

Re: A Module on Time & Date

2005-05-10 Thread John Abel
Sara Khalatbari wrote: >Is there a Module in Python that gives you the time & >date of today??? > > > > >__ >Do you Yahoo!? >Make Yahoo! your home page >http://www.yahoo.com/r/hs > > time - http://docs.python.org/lib/module-time.html datetime - h

Re: A Module on Time & Date

2005-05-10 Thread Michele Simionato
You should read the documentation and this: http://www.catb.org/~esr/faqs/smart-questions.html Michele Simionato -- http://mail.python.org/mailman/listinfo/python-list

A Module on Time & Date

2005-05-10 Thread Sara Khalatbari
Is there a Module in Python that gives you the time & date of today??? __ Do you Yahoo!? Make Yahoo! your home page http://www.yahoo.com/r/hs -- http://mail.python.org/mailman/listinfo/python-list