I'm trying to convert some date / time to UTC, which I thought would be simple in Python, including batteries, right? Well, that would be simple, except that Python (2.6) does not include any tzinfo classes. No problem, a quick search appears python-dateutil , which should do exactly what I need.
The problem is that I need to install it on Windows. I was able to unwind the .tar.gz2 distribution using 7-zip, but now I still have a collection of files and no instructions on how to proceed. When I try to run setup.py, I get the error "No module named setuptools".
python install python-dateutil
Mark Ransom May 18 '09 at 18:38 2009-05-18 18:38
source share