Comment Re:What about running Free software on Windows (Score 1) 354
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
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