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
>> 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
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
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
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
> 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
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
> 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
> 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
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
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
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
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
13 matches
Mail list logo