Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-19 Thread Utkarsh Ayachit
-developers] Paraview with python problem Uh, now i am close in debugging: It closes in vtkPythonInterpreter::Initialize(); at vtkMatplotlibMathTextUtilities.cxx@115 I FOUND SOMETHING WITH PYTHON; YEAH Now I debugged further deeper: Inside bool vtkPythonInterpreter::Initialize(int initsigs

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Utkarsh Ayachit
Gerald, Since you compiled from source, can you do debug build and then run through a debugger to see why it's aborting? I don't think I've seen this behaviour before. I wonder if its related to the dependency issue. Was this a clean build or were you doing an incremental build? Utkarsh On Wed,

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Mittwoch, 18. Dezember 2013 15:40 An: Lodron, Gerald Cc: Paraview User (paraview@paraview.org); Paraview Developer (paraview-develop...@paraview.org) Betreff: Re: [Paraview-developers] Paraview with python problem Gerald

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Utkarsh Ayachit
. Dezember 2013 15:40 An: Lodron, Gerald Cc: Paraview User (paraview@paraview.org); Paraview Developer (paraview-develop...@paraview.org) Betreff: Re: [Paraview-developers] Paraview with python problem Gerald, Since you compiled from source, can you do debug build and then run through

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
[mailto:utkarsh.ayac...@kitware.com] Gesendet: Mittwoch, 18. Dezember 2013 15:52 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview-developers] Paraview with python problem Weird. Let's try this, but a break

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Utkarsh Ayachit
] Gesendet: Mittwoch, 18. Dezember 2013 15:52 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview-developers] Paraview with python problem Weird. Let's try this, but a break point in that method. It'll only

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Utkarsh Ayachit
Developer'; 'Paraview User' Betreff: WG: [Paraview-developers] Paraview with python problem Ok forgot my last mail, it is not the vtkSMProxyManager, it is the vtkSMSessionProxyManager where it jumps in and the name string of name.toAscii().data(); is correct It closes

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
. Dezember 2013 17:08 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview-developers] Paraview with python problem Try a clean build :). I am sure that will resolve this issue (well, 90% sure). Nothing should close