[vtk-developers] Minimum Python requirement

Ben Boeckel ben.boeckel at kitware.com
Thu Feb 13 11:42:17 EST 2014


On Thu, Feb 13, 2014 at 11:19:03 -0500, Sean McBride wrote:
> So if Rogue3 is the only <= 2.5 python dashboard, and it can't fully
> build VTK.... should we up the requirement to 2.6?  (Personally, I
> don't use python nor OS X 10.5, so I can just suppress this if y'all
> prefer.)

Existing uses of the json module:

  - IO/Image/Testing/Python/TestImageJSONWriter.py
  - Web/Applications/GraphLayout/server/vtk_web_graph.py (imported, but
    unused)
  - Web/Python/launcher.py

If it's just for testing, we could disable the JSONWriter test (or even
just that part) with Python < 2.6 since the rest of the code work with
2.5 (though there should be notes that the web stuff requires 2.6 unless
rewored).

--Ben



More information about the vtk-developers mailing list