Forum: Poser - OFFICIAL


Subject: The LuxPose Project - Alpha Stage

Khai-J-Bach opened this issue on Aug 27, 2010 · 1684 posts


adp001 posted Wed, 15 September 2010 at 10:18 AM

Quote - I get this error in the p6 pc version, now:

Traceback (most recent call last):
  File "", line 202, in ?
  File "", line 178
     return (xfm(x) for x in items)
                      ^
 SyntaxError: invalid syntax

I assume this one is because Python 2.2 can't deal only with arrays for something like this. I replaced it with  return tuple([xfm(x) for x in items]) and hope it works.

Please re-download for another P6 test ...