There was an issue with Python with the nightly Windows binaries last week. That should be fixed now. Feel free to download the latest nightly binaries and give them a go.
Thanks Utkarsh On Mon, Oct 28, 2013 at 11:37 AM, Hedieh Ebrahimi < [email protected]> wrote: > Hello, > > I´ve downloaded the ParaView nightly version : > > 4.0.1 -379- ge8498 ed 64 bit > When i try to save an state file as .py file (not pvsm) the paraview just > saves an empty python file and gives me the following error. > > It looks like i am missing some libraries. I am using a nightly. Is there > any way to fix this other than going back to a previous release vertion ? > > > Error: Could not import vtkRenderingCorePython > > Traceback (most recent call last): > > File "<string>", line 1, in <module> > > File "C:\Program Files (x86)\ParaView > 4.0.1\lib\paraview-4.0\site-packages\paraview\smstate.py", line 1, in > <module> > > import smtrace > > File "C:\Program Files (x86)\ParaView > 4.0.1\lib\paraview-4.0\site-packages\paraview\smtrace.py", line 2, in > <module> > > import simple > > File "C:\Program Files (x86)\ParaView > 4.0.1\lib\paraview-4.0\site-packages\paraview\simple.py", line 41, in > <module> > > import servermanager > > File "C:\Program Files (x86)\ParaView > 4.0.1\lib\paraview-4.0\site-packages\paraview\servermanager.py", line 57, > in <module> > > from vtkPVServerManagerCorePython import * > > ImportError: DLL load failed: No se encontró el proceso especificado. > > Traceback (most recent call last): > > File "<string>", line 1, in <module> > > NameError: name 'smstate' is not defined > > Traceback (most recent call last): > > File "<string>", line 1, in <module> > > File "C:\Program Files (x86)\ParaView > 4.0.1\lib\paraview-4.0\site-packages\paraview\smtrace.py", line 2, in > <module> > > import simple > > File "C:\Program Files (x86)\ParaView > 4.0.1\lib\paraview-4.0\site-packages\paraview\simple.py", line 41, in > <module> > > import servermanager > > File "C:\Program Files (x86)\ParaView > 4.0.1\lib\paraview-4.0\site-packages\paraview\servermanager.py", line 57, > in <module> > > from vtkPVServerManagerCorePython import * > > ImportError: DLL load failed: No se encontró el proceso especificado. > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
