Forum: Poser Python Scripting


Subject: Mac Python cannot find modules added under Runtime/Python unless sys.path manual

an0malaus opened this issue on Oct 06, 2012 ยท 2 posts


PhilC posted Sat, 06 October 2012 at 8:03 AM

I hear you :)

I always use ....................

sys.path.append(pathname)

................ to ensure import success.

See the Wardrobe Wizard Menu.py in poserScriptsScriptsMenu for an example.