Open sethhillbrand opened 5 years ago
I'll put checking this in the python3 migration requirements.
I think this may be a dupe of #226
Oh bummer, it does appear the same. I'll have to look at what the issue in #226 is to see if I can understand it.
We're going to need SSL support in v6 as we implement various internet-enabled plugins for manufacture and BOM lookup
So for Python 2, it was really, really, really tricky to build a Python 2 distribution that is relocatable and as a Framework. I ended up using a blog post from Armin Ronacher, and IIRC he never got the SSL stuff to work right.
There have been various advances in Python 3 for macOS that make it easier, as far as I can tell, so I am hoping that this problem just drops out when we get that going.
On Thu, Nov 14, 2019 at 9:29 PM Seth Hillbrand notifications@github.com wrote:
Oh bummer, it does appear the same. I'll have to look at what the issue in #226 is to see if I can understand it.
We're going to need SSL support in v6 as we implement various internet-enabled plugins for manufacture and BOM lookup
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
After a bit of testing (I really needed the SSL working for a bit), I've found that if I copy the homebrew Python2 Framework over the KiCad framework, this all works. I'm not sure what they do differently but we might be able to borrow it for Python3
Start the python console. Type the following:
The return is
Some googling leads to: https://stackoverflow.com/questions/28376506/urllib-https-request-urlopen-error-unknown-url-type-https