Im using PTVS (Python Tools for Visual Studio). In my project, I use an external library, OpenCV, (referenced locally, not using pip/easy_install). Autocomplete/intellisense on this library only always displays nonsense characters (e.g. "Àt4èÚ" or "ÇEüÿÿÿÿè").
Everything else is fine, I can run my code and I can autocomplete other libraries/functions. What is causing this, and how can I fix it?
Thanks in advance