I’ve been browsing documentation, but haven’t been able to find a straightforward tutorial, so I apologize if this is a really simple question.
Anyway, I have eclipse with pydev installed on MAC OSX, and I want configure wxPython to work with eclipse, how do I do this? Once I’ve downloaded wxpython, what steps do I take to allow wxPython development from eclipse?
Thanks!
You don’t need to do anything special. I’m on Ubuntu rather than Mac, and I’ve installed wxPython, so that
works at a shell prompt. Then, just fire up Eclipse and create a PyDev project, do
import wxin your code and start using the wxPython API. You should get method completion etc. working as you edit your code, and you can also use the debugger and set breakpoints etc.