Re: [wxpython-users] Simulating Mouse Events
by Robin Dunn other posts by this author
Jan 31 2009 3:01PM messages near this date
Re: [wxpython-users] Simulating Mouse Events
|
[wxpython-users] AUINotebook saving view yet?
Christopher Barker wrote:
> John Jackson wrote:
> > However, when I import wx.build.config, I get a series of messages:
> >
> > >>> import wx.build.config
> > ls: wx*-2.4-config: No such file or directory
> > ls: wx*-2.4-config: No such file or directory
>
> are you on OS-X?
>
> If so:
>
> 1) Apple provides a version of wx with the system -- it looks like you
> are getting the 2.4 wx-config -- you need to run the wx-config that your
> build of wx (2.8) produces. There must be a way to set this somewhere.
You can pass a WX_CONFIG=pathname parameter on the setup.py command line
to tell it which one to use. Or just make sure that the newer wx-config
is found first on the PATH.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Thread:
John Jackson
Kevin Ollivier
John Jackson
Christopher Barker
Robin Dunn
|