View Single Post
  #3  
Old 01-22-2008, 10:27 AM
markisrt4 markisrt4 is offline
Member
 
Join Date: Jan 2008
Posts: 2
Here is my simple script that causes the failure

import viz

sensor = viz.add('cyberglove.dls')
hand = hand.add(sensor,hand.CYBERGLOVE)

viz.go()
Reply With Quote