Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
You might have to add the path to mdrJob to the system path in your Python script. An example of how to do that can be found in Poseworks' PzrXml scripts.
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Hi,
I've written a set of render-scripts which all import the module rndrJob.py. This module and all the importing scripts are in the same directory named 'C:Program Filese frontierPoser 7RuntimePythonposerScriptsScriptsMenuUtility' .
When I start one of the importing scripts inside of Poser7 I got the error message
'RuntimePythonPoserScriptsScriptsMenuUtility newRJB.py", line 7, in ?
from rndrJob import RenderJob
ImportError: No module named rndrJob'.
But when I start one of the importing scripts outside of Poser7, there is no error except that poser module isn't found (not a problem here).
How can I solve the first problem inside Poser7?
TIA