I don't use Mac OSX, nor Activestate python but, you should be able to see where is your wx package by running
>>> import wx
>>> wx.__file__
'/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py'
This should give you the path to the 'site-packages' directory (for me in linux, it is /usr/lib64/python2.6/site-packages). Now, if you list the files and directories which start with 'wx' in this directory and remove some of them, or all of them, it should uninstall your wxpython.
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691