Auto-completion for binary module not working in PyCharm
I am using the Panda3d library as 3rd party modules in my PyCharm (IntelliJ Python plugin) project. That library includes some C++ based modules.
Currently auto-completion does not work with the binary modules, and I get a lot of "Unresolved reference" errors. Is it possible that PyCharm can recognise the classes and functions etc. within those binary Python modules?
Currently auto-completion does not work with the binary modules, and I get a lot of "Unresolved reference" errors. Is it possible that PyCharm can recognise the classes and functions etc. within those binary Python modules?
Please sign in to leave a comment.