Thread: Importing hd
View Single Post
  #1  
Old 02-18-2005, 04:35 PM
vjosh vjosh is offline
Member
 
Join Date: Sep 2004
Posts: 17
Importing hd

Hey,

I downloaded the "SensAble Haptic Device" demos and tried to run one of them, but I get the following error:
** ERROR: Failed to load modifier C:\Program Files\Vizard25\plug-ins\hd.dlm

And below that:
Traceback (most recent call last):
File "<string>", line 12, in ?
File "Copy of demo.py", line 8, in ?
hd.add(box)
File "C:\Program Files\Vizard25\python\hd.py", line 244, in add
node._hapticID_ = _hd_.get()[0]
TypeError: unsubscriptable object

I looked in the relevant directory and found that hd.dlm exists, but some reason it's not loading correctly. Do you have a newer version of hd.dlm?

Thanks ahead of time!

-Josh
Reply With Quote