Mailing List Archive

tzname problem
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