CollisionSphere Problem

Doesn’t sound like the engine, but the programmer, eh?

Problem is, you haven’t even imported CollisionSphere. Like this:
from pandac.PandaModules import CollisionSphere
If you’re lazy and want to import the whole thing, do:
from pandac.PandaModules import *