tzparse.py problems

lance@fox.com
Tue, 7 Jun 94 12:30:47 PDT

I am trying to use the tzparse.py file but it will not work.
My TZ environment variable is defined as: PST8PDT
When I try to load anything that uses the tzparse module, here is what
I get:

fox.fox.com:$ python
Python 1.0.2 (May 17 1994)
Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
>>> import MClock
Traceback (innermost last):
File "<stdin>", line 1
File "./MClock.py", line 176
import tzparse
File "/usr/local/lib/python/tzparse.py", line 55
tzset()
File "/usr/local/lib/python/tzparse.py", line 41
tzparams = tzparse(tzstr)
File "/usr/local/lib/python/tzparse.py", line 16
raise ValueError, 'not the TZ syntax I understand'
ValueError: not the TZ syntax I understand
>>> raise SystemExit
fox.fox.com:$

Any ideas? comments? help?

--
Lance Ellinghouse                lance@fox.com