[vtkusers] vtk4/python win32 installation
David Gobbi
dgobbi at irus.rri.ca
Fri Feb 15 18:57:15 EST 2002
Whoops, better make that
PATH=%PATH%:c:\Program Files\vtk40\lib\vtk
or things could get badly screwed up.
- David
On Fri, 15 Feb 2002, David Gobbi wrote:
> Hi Elvis,
>
> Just try try loading vtkCommonPython into python by itself
> and see if you get a more detailed error description:
>
> >>> from vtkCommonPython import *
>
> Perhaps it will tell you that the dll "vtkCommon.dll" could not
> be found, which would be because LD_LIBRARY_PATH doesn't mean
> anything on Win32.
>
> Try PATH=c:\Program Files\vtk40\lib\vtk instead (Windows looks
> for both .exe files and .dll files under the PATH).
>
> Cheers,
>
> - David
More information about the vtkusers
mailing list