[Paraview] No module named paraview...

Ruggiero Guida ruggiero.guida at gmail.com
Wed Sep 9 04:30:27 EDT 2015


Sorry forgot to add. Yes, I am using 4.3.1.

Thanks

On 9 September 2015 at 11:57, Ben Boeckel <ben.boeckel at kitware.com> wrote:

> On Wed, Sep 09, 2015 at 11:32:20 +0800, Ruggiero Guida wrote:
> > Fatal Python error: PyThreadState_Get: no current thread
> > Abort trap: 6
>
> Oof. Are you able to get a backtrace from lldb? It might help pinpoint
> where the problem is. This *should* do it:
>
>     $ lldb python
>     (lldb) process launch
>     >>> from paraview.simple import *
>     ...crash...
>     (lldb) thread backtrace all
>     <backtraces>
>
> I'm not all that familiar with lldb's differences from gdb, but this
> doc[1] should help.
>
> > Not sure if this counts, but I am using the standard installation. I have
> > not built paraview myself.
>
> Is this the 4.3.1 binary from the website?
>
> --Ben
>
> [1]http://lldb.llvm.org/tutorial.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150909/3ccdd256/attachment.html>


More information about the ParaView mailing list