Forum: Poser Python Scripting


Subject: How-to for getting PyCharm to work with Poser?

evanhem opened this issue on Aug 31, 2020 ยท 13 posts


evanhem posted Mon, 31 August 2020 at 12:44 PM

Hi,

I am brand new to Poser Python. I have successfully written scripts using text editors to get data that I want. However, I would like to use PyCharm to edit my .py files. I am struggling to do things like importing the poser module and just getting access to the poser methods. I need to get over this hump and get PyCharm at least running so that I can learn more on my own. For now, I am just stuck setting it up. Is there a how-to on getting PyCharm to interact with poser?

I have read these threads:

https://www.renderosity.com/mod/forumpro/?thread_id=2941326

https://www.renderosity.com/mod/forumpro?thread_id=2942414

However, it is just a little too advanced for me to understand what I am doing. I have also bought the Python manual from Phil Cooke, which has aided me in getting started writing scripts in a text editor.

Thank you.