Build from src: No module named wxPython.wx

Just use: import wx. Then make sure that your references to wx classes and constants read like wx.Button, wx.Frame, wx.EVT_BUTTON, etc.

      ___/
     /
    __/
   /
  ____/
  Ed Leafe
  http://leafe.com/
  http://dabodev.com/

···

On Aug 10, 2004, at 11:26 AM, Drew Dowling wrote:

OK, I give. How do I tell python about wxPython?