[vtkusers] running tcl code with wish

Katherine Kerekes kerekes at fastmail.fm
Wed Jun 30 09:18:57 EDT 2004


Hello all,

I want to be able to run my tcl code with the wish shell instead of with
vtk.exe.  I should be able to do this using the DLL files, right?  Is there
a certain order that the files have to be loaded in?  I have tried this:

lappend auto_path C:/Progra~1/vtk42/bin 
load vtkIOTCL.dll
load vtkCommonTCL.dll
load vtkRenderingTCL.dll
load vtkRenderingPythonTkWidgets.dll
load vtkFilteringTCL.dll
load vtkHybridTCL.dll
load vtkParallelTCL.dll
load vtkGraphicsTCL.dll
load vtkImagingTCL.dll

at the start of my code, but it crashes with the following error:

could not find vtkImageData: vtkTemp2.

This happens while it is executing vtkImageDataToTkPhoto.

Any help would be appreciated.

Thanks,
Kate Kerekes




More information about the vtkusers mailing list