[vtkusers] Need help regarding running VTK examples
    Jason Lee 
    jsn_lee at hotmail.com
       
    Fri Mar  2 12:13:09 EST 2001
    
    
  
Have you set the env variable $VTK_TCL ..look at the second line in
your file (cone.tcl) ..it looks like this..
.....
catch {load vtktcl}
if { [catch {set VTK_TCL $env(VTK_TCL)}] != 0} { set VTK_TCL 
"../../examplesTcl" }
........
make sure that VTK_TCL points to the right directory...or check for
the availabilty of file vtkInt.tcl in examplesTcl dir....
..it's just an IO problem not VTK....
cheers..Jason...
>From: Chandragupta Ganguly To: vtkusers at public.kitware.com Subject: 
>[vtkusers] Need help regarding running VTK examples Date: Fri, 2 Mar 2001 
>11:33:25 -0500 (EST)
>
>HI I am new to VTK. I am successfully installed vtk. However when I run an 
>example from my home dir the following is the error I get. any help is 
>appreciated thanks chandra
>
>
>vtk /contrib/vtk/graphics/examplesTcl/Cone.tcl Error in startup script: 
>couldn't read file "../../examplesTcl/vtkInt.tcl": no such file or 
>directory while executing "source $VTK_TCL/vtkInt.tcl" (file 
>"/contrib/vtk/graphics/examplesTcl/Cone.tcl" line 6)
>
>
>_______________________________________________ This is the private VTK 
>discussion list. Please keep messages on-topic. Check the FAQ at: Follow 
>this link to subscribe/unsubscribe: 
>http://public.kitware.com/mailman/listinfo/vtkusers
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
    
    
More information about the vtkusers
mailing list