Two questions: 1. Is this the paraview binary from the website? 2. Do you by any chance have an old ParaView installation in your PATH? We had a bug in our installation program that added ParaView to the PATH.
-berk On Sat, Nov 29, 2008 at 10:49 PM, Olumide <[EMAIL PROTECTED]> wrote: > Two questions: > > 1. I get the following error as I open the python shell in Paraview 3.4.0 > > Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] > on win32 >>>> from paraview import servermanager > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "C:\Program Files\ParaView > 3.4.0\lib\paraview-3.4\paraview\servermanager.py", line 43, in <module> > import re, os, new, exceptions, sys, vtk > File "C:\Program Files\ParaView 3.4.0\lib\paraview-3.4\paraview\vtk.py", > line 9, in <module> > from vtkCommonPython import * > ImportError: DLL load failed: The specified procedure could not be found. > > What's gone wrong? > > > 2. With which servermanager source should VTP files be read? I've tried > XMLPPolyDataReader but it didn't work i.e. > servermanager.sources.XMLPPolyDataReader(...) > > Thanks, > > - Olumide > > > > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
