Pytz error: unpack requires a string argument of length 44

Kushal Kumaran kushal.kumaran+python at gmail.com
Thu Jun 14 02:39:09 EDT 2012


On Thu, Jun 14, 2012 at 6:35 AM, Daniel Klein <bringa at gmail.com> wrote:
> The windows box is my development box, it's not where the script will be running in the end. It'll be running on a Linux box where I don't have root so python setup.py install isn't an option (to my understanding).
>

You might want to use virtualenv for this:
http://pypi.python.org/pypi/virtualenv

> So what happened is that 7zip didn't unzip the .tar.gz2 properly, but it does fine with the .zip from the Python Package Index. Using the zoneinfo from the properly unzipped file everything works.
>

-- 
regards,
kushal



More information about the Python-list mailing list