Forums » Union Coders »
Added by Thijs Triemstra 626 days ago
I'm getting this error with union alpha 7 and Java 1.6/Jython 2.5.1 on OSX 10.6.2:
http://pastebin.com/teZbgFBy
with this python script:
http://pastebin.com/W3d341Y6
It prints fine:
print onRoomAddClient
<function onRoomAddClient at 0x2>
So maybe it's only exposing 2 methods properly (init and shutdown)?
Cheers,
Thijs
Thanks for the report Thijs. This is fixed in Alpha 8.
Derek