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