I am trying to set up a wxpython inside virtualenv. As detailed in many places, the easy_install / pip install dosent work as setup.py is not present.
I cam across a description on how to set it up on a Mac, but found no such methods for Linux.
How can this be done on Linux ?
My actual use case is a little experimental. I am trying to get a django project call a wxpython app. This works outside of virtualenv, but the import fails as wx is not installed in virtualenv.
Thanks for the help in advance.