lsun icon indicating copy to clipboard operation
lsun copied to clipboard

Python 3 support

Open alecxe opened this issue 7 years ago • 1 comments

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.

alecxe avatar Jun 20 '17 18:06 alecxe

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.

dalematt avatar Nov 01 '17 02:11 dalematt