On 29 Oct 2006, at 03:54, Shishir Ramam wrote:
Hi, Was wondering why it's not possible to import namespaces when XOTcl objects are involved. The shortest example that I could rustle up is included below. Help in understanding what prevents this from working is much appreciated.
I didn't test your example, but could it be because you did not export 'Foo' from the namespace?
Ie. "namespace export Foo" could possibly help.