Latest VTK Windows binaries

This page will always link to my latest blog post with VTK Windows binaries, so you know you have the most recent ones.  The latest post is:

You might still be interested in the older Python 2.5 builds:

However, if you’re really serious about VTK, ITK and perhaps even a kitchen sink, and you would like the choice between 32bit and 64bit on both Windows and Linux, you should really be looking at the DeVIDE Runtime Environment, or DRE.

15 Responses to Latest VTK Windows binaries

  1. Saad Masood

    Hi Carl,
    I am working on Brain segmentation and visualization project.
    Since i am not so good with compiling the libraries, would it be possible if you can upload a “Python 2.6.2 enabled VTK 5.4 binaries”…. the problem is that I have ITK wrapper which can only work with Python 2.6.2, so i need the VTK to work with version 2.6.2 also!
    hope you understood my problem, thanks in advance.

    • I am coincidentally working on this, but I can’t give you an estimate of when they’ll be ready. Keep an eye on my blog, I’ll post there when I’ve uploaded.

  2. Pieter-Jan Busschaert

    Hello,

    I would also be very interested in a python 2.6 version of these.
    Thanks for creating this!

  3. Ok, I’ve now also made available my Python 2.6 VTK 5.4.2 builds! Don’t forget to check out the DRE too. :)

  4. Hello there!
    do you have python-vtk for Mac?

  5. hi Charl

    I was wondering if your multi-threaded VTK changes are available for Linux platform?
    And perhaps not as large as DRE :)

    • Dear bohdan,

      They are currently only available within the DRE, mostly because if I further fragment my development efforts, I might explode. ;)

      Is it a problem for you to download the whole DRE?

      • Charl

        Not at all. I have actually tried DRE yesterday. However, my problem with VTK running in a separate thread still persist.
        I am developing UAV testing suite. With this purpose i have Autopilot in one thread, another thread is occupied by monitoring tools and i am trying to add third thread with VTK.
        VTK is using two “observers” working on timer basis; and as soon as i call either “Initialize” or “CreateRepeatingTimer” or “Start” – Vtk window shows up, but:
        - does not respond to mouse movements (image is still)
        - takes the main application thread (possibly GIL?) and only after i click on “close window” – other two threads starts working (while VTK stucks in coma)

  6. Hey I am getting this error:
    >>> import vtk

    Traceback (most recent call last):
    File “”, line 1, in
    import vtk
    File “C:\Program Files\VTK5.4_cpbotha\lib\site-packages\vtk\__init__.py”, line 41, in
    from common import *
    File “C:\Program Files\VTK5.4_cpbotha\lib\site-packages\vtk\common.py”, line 9, in
    from vtkCommonPython import *
    ImportError: DLL load failed: %1 is not a valid Win32 application.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>