In giplt, type in the following commands.

import wx
f=wx.Frame(None,-1,"test")
f.Show()

If you get an empty frame named "test", it works. If you get an error message about wxApp not present, or a error message missing initialization, then your copy of wxPython is using its own set of wx libraries.