WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   vizinput module missing (https://forum.worldviz.com/showthread.php?t=4480)

whaleeee 02-05-2013 06:55 AM

vizinput module missing
 
Hello,

I am trying to use some functions that should be included in the vizinput module. However, when I type 'import vizinput', I get this error:

Code:

import vizinput
Traceback (most recent call last):
  File "", line 2, in
ImportError: DLL load failed: The specified module could not be found.

I've installed Vizard on two separate computers and they both give the same error. I am using Vizard 4.0 Evaluation version on WinXP and Win7 (x64). Google searches have not revealed where to download the module or how to fix this problem. Can anyone point me in the right direction?

Jeff 02-05-2013 11:30 PM

Have you tried running a script that uses the library rather than typing the command through the interactive pane?
Code:

import vizinput
vizinput.message('Test')



All times are GMT -7. The time now is 01:37 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC