wasm-demo/demo/ermis-f/python_m/cur/0037

27 lines
576 B
Plaintext

From: ruebe at aachen.heimat.de (Christian Scholz)
Date: Mon, 26 Apr 1999 20:12:12 +0000
Subject: tzname problem
Message-ID: <3724C89C.256703D0@aachen.heimat.de>
X-UID: 37
Hi!
I compiled and installed Python 1.5.2 on my Linux box.
But I have a problem when using tzname (well, actually Zope has):
>>> from time import tzname
Traceback (innermost last):
File "<stdin>", line 1, in ?
ImportError: cannot import name tzname
>>>
Does anybody know why this happens? timemodule is included
of course..
best,
Christian