<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>OK, try this. &nbsp;Assuming that you are running from a Dos Command window
<BR>do the following. &nbsp;I have cygwin utilities installed so I can do a which vtk
<BR>and get the path to the vtk installation.
<BR>
<BR>c:\vtk
<BR>% package names
<BR>This will give you a list of packages.
<BR>Vtktkrenderwidget Vtktkimageviewerwidget Vtktkimagewindowwidget Tk ActiveTcl Tcl
<BR>
<BR>% package require vtk
<BR>4.0
<BR>
<BR>% package names
<BR>counter SOAP::Utils tcltest opt xmlswitch soapinterop::base vtkio msgcat snacksp
<BR>here Iwidgets vtkimaging vtkparallel ftp SOAP::CGI expat Tclx report comm dde sn
<BR>ackogg dommap rpcvar Tkx nntp htmlparse SOAP::Service vtkpatented math soapinter
<BR>op::B textutil sgml soapinterop::C csv cmdline SOAP::xpath vtkinteraction xml::t
<BR>clparser Img vtk xpath Tktable mime Itk xml::c sgmlparser ncgi profiler xmldefs
<BR>Tkhtml puretclparser html vtkgraphics fileutil Tk ActiveTcl xml::expat http Vtkt
<BR>krenderwidget xml::tcl tclparser control tbcload BLT tcllib vtkrendering vtkcomm
<BR>on vtkbase snack vtkfiltering registry Vtktkimageviewerwidget uri Tkogl sound po
<BR>p3 xmldep xerces vtktesting Vtktkimagewindowwidget SOAP struct md5 BWidget XMLRP
<BR>C dom::tcl dom xml log Tcl smtp Itcl sha1 base64 ftpd vtkhybrid dom::c
<BR>
<BR>% source TestPLYReadWrite.tcl 
<BR>
<BR>I assume you have a "package require vtk" statement in the top of
<BR>this script and that you import the namespace using the following
<BR>command: &nbsp;namespace import vtk::*.
<BR>
<BR>Try this to see if it helps.
<BR>
<BR>Mike Beaver
<BR>3d modeling labs, inc.
<BR>mbeaver408@aol.com
<BR></FONT></HTML>