When trying the basic tutorial for cgkit I always seem to get a not defined error as follows.
Pythonwin GUI >>> from cgkit import * >>> Sphere() Traceback (most recent call last): File "<interactive input>", line 1, in ? NameError: name 'Sphere' is not defined >>> b=Box(name="Cube", pos=(1.5,2,0)) Traceback (most recent call last): File "<interactive input>", line 1, in ? NameError: name 'Box' is not defined >>> I am useing ver 2.4 A little help would be most appreciated. Forgive me please if this is not the proper place for this ? I am trying to keep an active brain :) Regards Gramps -- http://mail.python.org/mailman/listinfo/python-list