Forum OpenACS Q&A: Re: Workflow package download, Where and How-To

Collapse
Posted by Kenneth Wyrick on
OK. We found the following document which is explaining
http://tmml.sourceforge.net/doc/tcl/pkgMkIndex.html
pkg_mkIndex -
Build an index for automatic loading of packages

Are we on the right track?

Collapse
Posted by Dave Bauer on
Kenneth,

OpenACS packages are not related to the Tcl package concept at all. You can not call "package require" from tclsh and expect any OpenACS package to function.

Most OpenACS packages will require the AOLserver Tcl APIs especially database APIs to function.