I looked around a bit and found the answer. At least the change I
recommend below worked for me.

In article <[EMAIL PROTECTED]>, Rob wrote:
>When trying the basic tutorial for cgkit I always seem to get a not defined 
>error as follows.
>
>Pythonwin GUI
>
>>>> from cgkit import *

This is "from cgkit.all import *" in the tutorial here:

http://cgkit.sourceforge.net/doc2/node6.html

It seems the tutorial you are using is out of date vis-a-vis the version
of cgkit you use.

-- 
Pekka Henrik Karjalainen

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to