Slashdot Mirror


User: sarju

sarju's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:What about running Free software on Windows on Running a Research Lab on Free Software? · · Score: 1

    Question for Billy Gates:

    I am trying to get Active python worknig with VTK on my WinXP box. Right now I'm using Active Python 2.13 along with VTK 4.0, because I understand that this is the combo that will work for NT machines.

    This works fine when I run an example from the command line.
    Ex: python Marching_Cubes.py
    the above will work from the command line. Where the python script "Marching_Cubes.py" has the lines:
    from vtkpython import *
    from vtk import *

    but it won't work when I "Run" from the PytonWinIDE. Subsiquently it won't run from either Visual Python or Komodo... which is my ultimate goal.

    Thanks,
    Michael
    gte631d@prism.gatech.edu