On 19/10/2012 01:01, Richard D. Moores wrote:
Python 3.2.3 64 bit
MS Windows 7 Home Premium 64-bit SP1

I see python-dateutil recommended here from time to time, so I thought
I'd try it out. I downloaded python-dateutil-2.1.tar.gz from
http://pypi.python.org/pypi/python-dateutil but have forgotten how to
unpack a .tar.gz file. Please remind me.

Thanks,

Dick Moores
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


It's easier on Windows to use pip or easy_install from the command line rather than mess around with unpacking .tar.gz files, especially if it involves having to compile anything as opposed to having a pre-built binary.

--
Cheers.

Mark Lawrence.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to