How to enable wxpython code completion
In my new project I am using wxpython. I have it installed on the remote machine and I also installed it on my local machine (via brew) but I am not seeing the code completion options for wx, etc. modules. Is there some magic I need to perform to get wing to recognize the modules correctly?
Comments
Is Wing definitely using the right Python so that the 'import' works at runtime? If so, what version of Wing Pro do you have? There were bugs in scraping extension modules on remote hosts in some semi-recent versions, which could affect this.
Yes, I can execute and debug my project fine.
import wx
in the Python Shell completes correctly. My Wing version is 7.2.1.2 (rev 0815af1f2ee2).