Comment 2 for bug 740023

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

We need to know how pytz was installed, and with what version of setuptools, to proceed.

The only significant change I can think of is that 2011d was released using distribute-0.6.15 for setuptools - previously I used distribute-0.6.14, which had some Python 3 related bugs causing difficulty with the Python 3.1 and 3.2 eggs.

$ 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 setuptools
>>> setuptools.__file__
'/usr/local/lib/python2.5/site-packages/distribute-0.6.15-py2.5.egg/setuptools/__init__.pyc'
>>>