Forum OpenACS Q&A: Response to package require

Collapse
Posted by Dave Bauer on
One answer is to not use package require at all and load the package Tcl files in your private Tcl library, commenting out the package commands. This will load the package in every Tcl interpreter that AOLserver loads which may not be exactly what you want.