Syntax errors installing egg on Windows 7

Hopefully self explanatory. Sorry if you've already seen this. I sent this originally with the errors in an attachment as I thought that's easier to read than the text being wrapped in an email client.

Processing wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg
creating c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg
Extracting wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg to c:\python33\lib\site-packages
   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\delayedresult.py", line 270
     except Exception, exc:

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\dragscroller.py", line 46
     raise Exception, 'No ScrollWindow defined'

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\evtmgr.py", line 83
     raise 'Cannot register the macro, '+`event`+'. Register instead the individual events.'

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\fancytext.py", line 344
     except xml.parsers.expat.error, err:

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\graphics.py", line 946
     raise ValueError, "Invalid parameters passed to Add"

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\langlistctrl.py", line 348
     raise Exception, 'Language %s not found'%lang
  
   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\multisash.py", line 66
     exec 'import %s' % mod

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\plot.py", line 127
     raise ImportError, "NumPy not found.\n" + msg

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\rpcMixin.py", line 166
     raise evt.rpcStatus.result[0],evt.rpcStatus.result[1]

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\wxpTag.py", line 121
     raise ValueError, 'unknown tag: ' + name

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\art\img2pyartprov.py", line 40
     raise Exception, 'No catalog dictionary defined for the image module'

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\colourchooser\intl.py", line 21
     except Exception, strerror:

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\pdfviewer\viewer.py", line 1047
     num = ((85L**4) * c1) + ((85**3) * c2) + ((85**2) * c3) + (85*c4) + c5

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\lib\pubsub\examples\multithreadloop.py", line 121
     except Exception, exc:

   File "c:\python33\lib\site-packages\wxPython_Phoenix-3.0.1.dev75563-py3.3-win32.egg\wx\tools\pywxrc.py", line 513
     print 'pywxrc: error: conflicting base classes for subclass %(subclass)s' \

···

--
My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language.

Mark Lawrence