Code completion and wxPython
I've just installed PyCharm (PY-96.742 on Windows XP) and just started using it for the first time. I like it very much but I'm having an issue with wxPython. I'm not sure if the problems lies within the IDE or myself.
I can see wx-2.8-msw-unicode in my external libraries and if I do import and then control space I can see wx there as well.
But if I do type wx. or event. and then control space I get "no suggestions". It's like it can't access anything within wx. Is this an IDE issue or am I doing something stupid?
Please sign in to leave a comment.
Hello Frank,
This is a PyCharm issue; wxPython consists of two parts, one written in Python
and one binary, and PyCharm doesn't understand the structure correctly. I've
filed an issue for this problem: http://youtrack.jetbrains.net/issue/PY-1463
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thank you for doing that. I've been enjoying PyCharm very much so far and I'll be looking forward to purchasing it.