Re: [MayaVi-users] vtkRenderingPythonTkWidgets.dll in path,but vtk_test.py can't find it
Status: Beta
Brought to you by:
prabhu_r
|
From: Prabhu R. <pr...@ae...> - 2003-02-23 03:17:39
|
>>>>> "PI" == Predrag Ivanovic <pre...@pt...> writes:
PI> I use Python 2.2.1 under Windows XP sp1. MayaVi is version
PI> 1.2
[snip]
PI> VTK dll's and vtkpython files are in the path,
[snip]
PI> What library is dependent on this one?I tried copying this
PI> 'nonexistent' DLL to Python's DLL folder,but same result.
You need to have vtkRenderingPythonTkWidgets.dll in your PATH
(i.e. not PYTHONPATH). So if you installed the other VTK libs
vtkCommon.dll etc. inside a directory put this DLL there.
Alternatively put this DLL into a system directory (as a last resort
of course).
PI> Should i download complete VTK? In instalation guide on
PI> MayaVi's home page,there is a reference to Hybrid classes from
PI> VTK.Is the problem lack of this classes?
I think Les's build has the Hybrid classes so that should not be a
problem.
Good luck!
cheers,
prabhu
|