Vektor opened this issue on Jan 28, 2007 · 2 posts
Vektor posted Sun, 28 January 2007 at 11:57 PM
Someone posted in the DAZ forums that there is a work-a-round to get Morphos to work in Poser 6. I've looked, but can't seem to find it. Does anyone know where/what this is? I'm getting the following error:
Traceback (most recent call last):
File "
File "
File "
File "C:Program FilesCurious LabsPoser 6RuntimePythonliblib-tkTkinter.py", line 2997, in init
apply(Image.init, (self, 'photo', name, cnf, master), kw)
File "C:Program FilesCurious LabsPoser 6RuntimePythonliblib-tkTkinter.py", line 2953, in init
self.tk.call(('image', 'create', imgtype, name,) + options)
TclError: couldn't open "RuntimePythonDAZMorphosMSlider.gif": no such file or directory
Also, has anyone been successful in using it with Poser 7 &/or Victoria 4?
Any help would be greatly appreciated. Thanx.
nruddock posted Mon, 29 January 2007 at 3:46 PM
From the error message, I'd say you need to install it in main P7 Runtime.
A lot of Python scripts won't work unless they are in the main Runtime of the version of Poser your trying to run them in as they attempt to locate files relative to the Poser application directory not the script location.
There may be other problems, but you should be able to get rid of the "File not found" errors.