Re: [Paraview] Dose pvpython work with python 3.x ?

2016-11-21 Thread Marcus D. Hanwell
On Mon, Nov 21, 2016 at 1:24 PM, Cory Quammen wrote: > > I'm not sure what the problem is. We've barely tested building against Python > 3, and I personally have never built with Python 3, so it's quite possible > you have uncovered a problem. Unfortunately, I don't

Re: [Paraview] Dose pvpython work with python 3.x ?

2016-11-21 Thread Cory Quammen
Python 3 support should be officially supported in the next release, sometime in spring 2017. You can experimentally build ParaView's development version with Python 3 using the following settings (taken from a build on Ubuntu): PYTHON_EXECUTABLE /usr/bin/python3 PYTHON_EXTRA_LIBS

[Paraview] empty xdmf-file causes paraview crash

2016-11-21 Thread Tommy Andersson
Hi All, I'm trying to get Paraview (5.0.0) to read *.xmf-files and encounter difficulties when the geometry is "empty". Paraview is then crashing. The example I'm using to encounter the error looks as follows: http://www.w3.org/2003/XInclude; Version="2.2">

[Paraview] Dose pvpython work with python 3.x ?

2016-11-21 Thread Ji Zhang
Dear all, I have checked the paraview mail list, as far as I know, pvpython do not work with python 3 until last year. However, a year past, dose it work with python 3 now? The document said it works, *ParaView is working towards full Python 3 support. To that end, python code should be written