[Tutor] How to unpack python-dateutil-2.0.tar.gz

eryksun eryksun at gmail.com
Fri Oct 19 04:21:59 CEST 2012


On Thu, Oct 18, 2012 at 9:55 PM, Richard D. Moores <rdmoores at gmail.com> wrote:
> On Thu, Oct 18, 2012 at 6:08 PM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
>
>> Could you please take a training course on how to use a search engine. First
>> hit on google for "python dateutils install windows" is
>> http://stackoverflow.com/questions/879156/how-to-install-python-dateutil-on-windows
>
> You're assuming I haven't searched and\or don't know how to.
>
> Still stuck. 2 problems it seems. Your link is 3 years old. It applies
> to python 2.6.

For Python 3, install it with Distribute (a fork of Setuptools):
http://pypi.python.org/pypi/distribute/0.6.28

Installation script:
http://python-distribute.org/distribute_setup.py

That site seems to be down as I write this. Here's the source on
Bitbucket for the 0.6.28 release:

https://bitbucket.org/tarek/distribute/raw/fc379e63586ad3c6838e1bda216548ba8270b8f0/distribute_setup.py
short url:
http://goo.gl/R1JNJ


More information about the Tutor mailing list