Tyger_purr opened this issue on Mar 29, 2007 · 7 posts
ockham posted Thu, 29 March 2007 at 10:03 PM
There are several ways to do it... but you'll probably run into more trouble than
it's worth. When a script needs various modules or subparts, it will find the
modules nearest to itself, and those modules will often be wrong.
(e.g. they were compiled to work in Poser 6, using Python 2.2,
but you're trying to run them in P7 which uses Python 2.4)
It's best to copy the script, with its various accessories, into the main runtime
of the Poser version where you plan to run it, and set up a button in the usual
way.