Problems using wxList

from wxPython.wx import *
list = wxList()

causes this error:
NameError: global name 'wxList' is not defined

wxList has an empty constructor. Do I need to import something in addition
to get access to this class?

Thomas