View Single Post
  #1  
Old 10-25-2007, 06:44 PM
mjabon mjabon is offline
Member
 
Join Date: Jul 2007
Posts: 63
Tickle2 Demo not working in Vizard 3.0

Hi. With our new version of Vizard Tickle2.py is not working. It gives the error:

C:\Program Files\WorldViz\Vizard30\bin\lib\whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
DeprecationWarning)
** ERROR: Failed to load plug-in: 'hd.dlm'

I tried adding the line
Code:
viz.setOption('hd.version',1)
This did not work. Furthermore I wrote my own script that works just fine with the haptic pen and in it all I say is:

Code:
 import hd
The code works in 2.5. I have attached the file.

Thanks.
Reply With Quote