<< サーバ移行 戻る VTK + Python2 >>

Python+VTK

こちらから,コンパイルされた,VTK 5.2.1 (ZIP, 11.9 MB) for Python 2.5 Win32 compiled with Visual Studio 2003. をダウンロードする。ありがとうございます。
http://www.lfd.uci.edu/~gohlke/

解凍して,C:\Python25\Lib\site-packagesへインストールした。

こちらのサンプル
http://www.nims.go.jp/cmsc/staff/arai/pythonvtk/sample.html

無事実行できました。
ありがとうございます。

from vtk import *
#from libVTKCommonPython import *
#from libVTKGraphicsPython import *
コメントアウトにしたら動いた。ありがとうございます。

http://www.imaging.robarts.ca/~dgobbi/vtk/vtkpython.html
vtkTkRenderWidget.dllをコンパイルしないといけない???
TKの方はエラーが出てしまいます。

こちらのサンプルも動きました。面白い!!!
http://d.hatena.ne.jp/kenmo/20050708
  • -
  • -

<< サーバ移行 戻る VTK + Python2 >>