Comment 1 for bug 740023

Revision history for this message
Stuart Bishop (stub) wrote :

I'm unable to reproduce this under Linux using Python 2.5 and the egg:

$ sudo easy_install-2.5 -U pytz
Searching for pytz
Reading http://pypi.python.org/simple/pytz/
Reading http://pytz.sourceforge.net
Reading http://sourceforge.net/project/showfiles.php?group_id=79122
Reading http://www.stuartbishop.net/Software/pytz
Reading http://sourceforge.net/projects/pytz/
Best match: pytz 2011d
Downloading http://pypi.python.org/packages/2.5/p/pytz/pytz-2011d-py2.5.egg#md5=de1695ae1bcd6e283a936945008a53ba
Processing pytz-2011d-py2.5.egg
creating /usr/local/lib/python2.5/site-packages/pytz-2011d-py2.5.egg
Extracting pytz-2011d-py2.5.egg to /usr/local/lib/python2.5/site-packages
Adding pytz 2011d to easy-install.pth file

Installed /usr/local/lib/python2.5/site-packages/pytz-2011d-py2.5.egg
Processing dependencies for pytz
Finished processing dependencies for pytz
stub@aargh:~$
stub@aargh:~$
stub@aargh:~$ python2.5
Python 2.5.5 (r255:77872, Oct 12 2010, 15:28:33)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pytz
>>> pytz.VERSION
'2011d'
>>> len(pytz.all_timezones)
570
>>>