I've tried so many times to find this pathing but to no avail(link: How do I import modules in pycharm?)
I think it's because I'm using a newer version of PyCharm, but here is my project Interpreter:
I don't see the + path anywhere in here, and I have downloaded a version of wxPython on my computer that I want to wire the path to. In the url link's first answer, he says to add a path, but I don't even see the path tab in my default settings.
I tried downloading wxPython using the project interpreter, but this is what I get:
And I searched for a while to find out that perhaps PyPi does not support wxPython(maybe I'm wrong on this, but: https://github.com/kliment/Printrun/issues/535 ,here it says to download the wxPython binary instead because the project interpreter does not support wxPython). I was able to successfully download numpy and matplotlib, so I was quite confused when I couldn't download wxpython.
So now I'm stuck, because I can't add a path to my wxPython(inside of wxMac folder), and I can't download wxPython directly. The only other way I can think of is manually copying and pasting the wxmac folder into my virtualenv folder's bin, but I'm afraid of not copy pasting the right thing into the right directory.
What is going on? Any help would be greatly appreciated!