Advertisement
lamiastella

python SyntaxError: invalid syntax

Jun 13th, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. E:\opensource_codes\semi-auto-anno\src>python main_blender_semiauto.py
  2. Traceback (most recent call last):
  3. File "main_blender_semiauto.py", line 15, in <module>
  4. from semiautoanno import SemiAutoAnno
  5. File "E:\opensource_codes\semi-auto-anno\src\semiautoanno.py", line 116
  6. print "Recalculate cache. Cache has {} and samples are {}.".format(self.Ri.shape[0], self.numSamples)
  7. ^
  8. SyntaxError: invalid syntax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement