Install wxPython in buildout
While completing setup of this blog with Wordpress, I’ve also been working on another task: adding wxPython dependency to a pythonic project of mine. The deployment of this project is done through buildout, a nice piece of software that handles a sandboxed environment for python projects.
You can find download and install instructions to start a buildout barebone here, however I will do a small recap:

