View Single Post
  #3  
Old 09-21-2005, 04:24 PM
VAmanda VAmanda is offline
Member
 
Join Date: Sep 2005
Posts: 12
Thanks for the example code...it seems like it's exactly what we needed. Unfortunately, when we try to run it, it's coming up with an error in the vizmotion.py script on line 8, which is:

HEAD_MOTION_EVENT = viz.eventid('HeadMotionDetectorEvent')

The error reads:

AttributeError: 'module' object has no attribute 'eventid'

Is there something we're doing wrong? Thanks for your help.
Reply With Quote