Forum: Poser Python Scripting


Subject: Python editor support: New version

adp001 opened this issue on Apr 18, 2020 ยท 29 posts


adp001 posted Thu, 03 December 2020 at 11:51 AM

Yes, if your editor supports code hinting for external libraries. I can't tell with Sublime, but with Visual Code and PyCharm hinting is available as soon as "import ...." was successfully typed (and the editor imported/analysed the lib).

Maybe you have to create the empty file "__ init__.py" in the directory where you stored the lib. This tells Python that it is allowed to load libs from this path.