nx-python / PyNX

Entry point for nx-python, the Python ecosystem for the Switch
https://nx-python.readthedocs.io/
ISC License
195 stars 20 forks source link

Download files via HTTP (e.g. urllib) #8

Closed niemasd closed 6 years ago

niemasd commented 6 years ago

I can't seem to find a way to download files via HTTP. I wanted to use urllib, but I get OSError: [Errno 93] when it tries to connect

elnardu commented 6 years ago

Сan you check if urllib works for you now?

niemasd commented 6 years ago

I don't have the environment set up to compile on my Mac OS X; would you mind compiling and sending the binaries? Or are there simple instructions to set up the dependencies to compile on Mac OS X?

elnardu commented 6 years ago

https://www.dropbox.com/sh/6gtc6w91c16wpiz/AABk3JrGca7kZuZVEurnjiysa?dl=0

niemasd commented 6 years ago

Great, thanks! I won't be home for another two days, but I'll test it out and let you know once I'm back!

niemasd commented 6 years ago

It works great!!! Thanks so much!