[Paraview] Writing csv data in python script

2014-08-02 Thread denis cohen
Hi, New to python scripting. How can one output a csv file inside a python script/macro? I am trying the wiki: writer = CreateWriter(.../foo.csv, source) writer.FieldAssociation = Points # or Cells writer.UpdatePipeline() del writer But I get: Traceback (most recent call last): File string,

[Paraview] netcdf-4

2014-08-02 Thread Wiesenberger, Matthias
Hi, I downloaded and installed paraview via my ubuntu package manager. I then generated some data with my code using a freshly installed netcdf library. Paraview can read and visualize that data without complaints. However, I now want to make use of the parallel I/O features that the new