Forum OpenACS Development: Re: XoTcl Error

Collapse
4: Re: XoTcl Error (response to 1)
Posted by Gustaf Neumann on
Eduardo wrote:
The search for ::xotcl::api info procs *link* returns this:
...
don't search for "::xotcl::api info procs *link*", enter this string as commend in ds/shell (sorry, i wrote this miseading). Background: "::xotcl::api" is an XOTcl object, "info procs" returns the object specifc methods for this object, the result is filtered by the pattern *link*.

i am not aware of a problem with xotcl 1.5.3, but still, i would recommend to upgrade to 1.6.1.

Collapse
5: Re: XoTcl Error (response to 4)
Posted by Eduardo Santos on
Hmmm. Something very strange is happening here.

When XoTcl starts, it seems like all the methods are not created for the ::xotcl::api object, even thought the 03-docs-procs.tcl file is loaded. However, when I execute the code in this file at /ds/shell, the methods are created OK.

Is seems like I'm facing some startup problem here. Any ideas?