lsun
lsun copied to clipboard
Python 3 support
Would it make sense for this download utility to support Python 3 as well?
On the first glance, making lsun
work on both 2.7 and 3.x looks straightforward. Please let me know if this is something that may actually be helpful and I can work on the changes. Thanks.
I created a copy of download.py that works with Python 3.x. A copy is attached here (hope that's appropriate). Please let me know if it helps. download_3x.zip
BTW, I had a helluva time with cURL. Turns out I needed to update my CYGWIN installation to include the curl and curl-debug libraries. Nothing is EVER simple.