Forum: Poser Python Scripting


Subject: Which Python versions are compatible with Poser?

maur_2005 opened this issue on Dec 28, 2019 ยท 11 posts


adp001 posted Thu, 30 January 2020 at 1:15 PM

an0malaus posted at 8:14PM Thu, 30 January 2020 - #4378272

@adp001 do VSC and PyCharm actually make use of an import poser statement and allow you to syntax check code and provide command completions for Poser methods? I just use a Python format aware text editor, so it has no syntax checking, though it can list classes, methods and function definitions, but it's not an IDE.

The Python IDE called IDLE that's bundled with macOS python 2.7 doesn't have a clue where to import poser from. Would adding the location of the python framework within Poser give any help to that?

Problem solved. At least to 90% :)

I'll make a new thread for this.