View Single Post
  #2  
Old 03-06-2009, 02:31 PM
Penguin Penguin is offline
Member
 
Join Date: Mar 2009
Posts: 14
Hi Gladsomebeast

I'm new to Python and Vizard but a bit familiar to Eclipse. So I tried to install Pydev as you described.

But when I run a Vizard script including the viz.go() command I get this error message:

import viz
File "C:\Program Files\WorldViz\Vizard30\python\viz.py", line 10, in ?
import vizmat
File "C:\Program Files\WorldViz\Vizard30\python\vizmat.py", line 1, in ?
import transform
ImportError: DLL load failed: The specified module could not be found.


The files viz.py and vizmat.py could be found. The transform.dll exists in C:\Program Files\WorldViz\Vizard30\bin\DLLs and although this directory is included to the PYTHONPATH it could not be loaded. It even doesn't work if I copy the dll to the viz.py dir!

Someone has an idea?
Reply With Quote