Forum: Poser Python Scripting


Subject: Best way to help less advanced users to correctly install a Poser script?

HartyBart opened this issue on Oct 28, 2022 ยท 5 posts


adp001 posted Sun, 30 October 2022 at 2:54 PM

Why a batch file?
A user who is not able to start a script according to instructions should avoid computers. After all, this is not rocket science but absolute basic knowledge.

In general: How does the "stupid user" know how to execute a .BAT file and where to find it? If you can teach him that, then he can also find and execute a Python script.

(I generally don't think it's a good idea to counter non-knowledge with even more help. Imparting knowledge is always the better idea)

Of course I don't want to stop you from your project. I just think it is quite unnecessary.