I’m using the x64, 2.7 wxPython installer on windows 7 x64 with python x64 2.7.
The installer appears to complete successfully but “pip list” doesn’t show wxPython as being installed yet if I start python and do an “import wx” it works just fine.
What’s going on here and is it a problem I need to worry about?
This all started because I’m using pyCharm and it’s exhibiting a lack of autocomplete for wxpython (even though prior to wxpython version 3 it was working just fine). It also doesn’t list wxPython as being installed even though it’s being pointed directly at the wx path.
I'm using the x64, 2.7 wxPython installer on windows 7 x64 with python
x64 2.7.
The installer appears to complete successfully but "pip list" doesn't
show wxPython as being installed yet if I start python and do an "import
wx" it works just fine.
What's going on here and is it a problem I need to worry about?
I think it is probably just because there isn't an .egg-info folder installed for the wx package. It's not critical, but is a nicety for tools like pip that know how to use it. It is being included for Phoenix.
This all started because I'm using pyCharm and it's exhibiting a lack of
autocomplete for wxpython (even though prior to wxpython version 3 it
was working just fine). It also doesn't list wxPython as being installed
even though it's being pointed directly at the wx path.
I'm not sure about pyCharm but if it was working before then it is probably something other than the missing egg-info.