Mister Bruce Sherwood, I have a suggestion for you. Since you are core VPython dev, this is addressed personally to you. I didn't think of any other approach of contacting you than by this mailing list.
I have a suggestion for you. Since the birth of VPython, coders of it must import it like so:
from visual import *
For a newbie it is not perfectly obvious that the package name of VPython is actually 'visual' and not 'vpython'. And also other stuff Python-related has the same package name as is the name of the project. It would be great if VPython's package name could be renamed to 'vpython'.
Also, the 'from ... import *' syntax is kind of discouraged in the Python world, so importing VPython by 'import vpython' (or even 'import visual') would be great.
I think it's worthwhile considering these suggestions.