Not defined

Rob uuuuuu at me.com
Sat Oct 1 03:29:40 EDT 2005


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






More information about the Python-list mailing list