Re: [Paraview] Problem loading plugin in Python ...

2010-07-28 Thread Utkarsh Ayachit
Can you try setting the environment variable PV_PLUGIN_DEBUG=1 before running pvpython and then post the generated output. Looks like ParaView wasn't able to load the shared library for some reason. Utkarsh On Tue, Jul 27, 2010 at 8:36 AM, Stefan Melber stefan.mel...@dlr.de wrote: Hi, i try

[Paraview] Problem loading plugin in Python ...

2010-07-27 Thread Stefan Melber
Hi, i try to use the SurfaceLIC in combination with python. Running the SurfaceLIC from the GUI it works fine (only when use the 185.18.31 Nvidia-driver, with newer drivers it crashes). Now i use this script to run the stuff in batch (means pyton) mode: from paraview.servermanager import

[Paraview] Problem loading plugin in Python ...

2010-07-27 Thread Stefan Melber
Hi, just for information: Problem solved - i mixed up the prebuild RC2 and a RC2 compiled by myself - so the LoadPlugin simply cannot find the plugin in lib-format and then trys to load instead an xml-plugin ... Best regards, Stefan Hi, i try to use the SurfaceLIC in combination