View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] problem with new

From: Victor Mayevski <vitick_at_gmail.com>
Date: Tue, 24 Mar 2009 19:40:43 -0700

In my code, when trying to create a new autonamed instance of one of
my classes, I get the following error:

[ MyClass new ]
invalid command name "::xotcl"

I don't even know where to start looking for the cause of this error
since "new" is a built-in method of XOTcl. This error only happens
with this particular code, other code works fine. Any
tips/suggestions?

Thanks