Khai-J-Bach opened this issue on Aug 27, 2010 · 1684 posts
ayanematrix posted Wed, 29 September 2010 at 2:08 PM
Well, now it's one step close to finding a solution. :)
Traceback (most recent call last):<br></br>
File "<string>", line 61, in ?<br></br>
File "C:Program
FilesPoserLuxExporter_alpha_1-30dworkersBBLuxMat.py", line 55,
in ?<br></br>
reload(luxmatic.matcore)<br></br>
AttributeError: 'module' object has no attribute
'matcore
Do you still need the output from tellsysPath.py?
Also, if I add the following:
try:
import luxmatic.matcore
except:
import sys
sys.path.insert(0, myFolder)
import luxmatic.matcore
try:
import luxmatic.nodes
except:
import sys
sys.path.insert(0, myFolder)
import luxmatic.nodes
I get this error message:
Traceback (most recent call last):
File "
File "C:Program FilesPoserLuxExporter_alpha_1-30dworkersPoserLuxExporter_workers.py", line 63, in ?
reload(BBLuxMat)
File "C:Program FilesPoserLuxExporter_alpha_1-30dworkersBBLuxMat.py", line 67, in ?
File "
scale=" ".join(str(v) for v in (self.x_scale/scdiv, self.y_scale/scdiv, self.z_scale/scdiv)),
^
SyntaxError: invalid syntax
Blargh, I probably messed something up somewhere!