I have installed pytz (v2013.8, but it happens in 2013.b, 2011k) in a virtualenv. The first call to
pytz.timezone("US/Eastern")
takes about 4 seconds. In a regular environment this is essentially instantaneous.
Does anyone have a trick to get this to run faster?