Thread: transitions
View Single Post
  #8  
Old 06-01-2006, 10:55 AM
betancourtb82 betancourtb82 is offline
Member
 
Join Date: Jan 2006
Posts: 103
I tried to run it but I get a few errors. Any idea why?

Code:
C:\Documents and Settings\WorldViz\Desktop\ispace\ispace\content\demo.py:12: DeprecationWarning: Non-ASCII character '\x96' in file demo.py on line 8, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  #!/usr/bin/python
** ERROR: Failed to connect to PPT
before Font::Glyph::subload(): detected OpenGL error '
invalid enumerant
Traceback (most recent call last):
  File "demo.py", line 165, in onkeydown
    SelectEnv(showFuncs[int(key)-1], optsFuncs[int(key)-1])
IndexError: list index out of range
Reply With Quote