Forum: Poser - OFFICIAL


Subject: snap to python script

bigdave1960 opened this issue on Jan 07, 2009 · 6 posts


ockham posted Wed, 07 January 2009 at 9:08 AM

That's interesting.  SnapTo doesn't require MSVCR directly, and it
doesn't import any unusual stuff.  The only thing it uses that might
not be common to other scripts is the String module.

Could you try this to check whether String is the problem?

Copy the two lines below to a PY file and run it inside Poser, and
see what happens.

import string
print string.split("First Last")

If it works, you should see this boring result:
['First', 'Last']

If String is the problem, you'll get the MSVCR error again.

My python page
My ShareCG freebies