gbn opened this issue on Aug 25, 2007 ยท 4 posts
gbn posted Sat, 25 August 2007 at 5:31 PM
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