Khai-J-Bach opened this issue on Aug 27, 2010 · 1684 posts
adp001 posted Wed, 15 September 2010 at 4:25 PM
Quote - Hey ADP, I got the following error while trying to export a scene from Poser 6:
Using sampler metropolis<br></br> Using integrator bidirectional<br></br> Using accelerator qbvh<br></br> Traceback (most recent call last):<br></br> File "<string>", line 222, in ?<br></br> File "C:Program FilesCurious LabsPoser 6RuntimePythonposerScriptsPoserLuxExporter_alpha_1-23a_002workersPoserLuxExporter_workers.py", line 459, in write<br></br> f = open(fname.rsplit(".", 1)[0] + ".lxl", "w")<br></br> AttributeError: 'str' object has no attribute 'rsplit
I'm checking with Poser 7 to see if the error comes up.
It's just because Python 2.2 does not know rsplit. I replaced the splitting with something other.
Want to give it another try?