Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to install wxPython using virtualenv
    primarykey
    data
    text
    <p>I am trying to begin a new python GUI application and I have decided to use wxPython as GUI because I want a multi-platform one.</p> <p>The problem is that I want to use virtualenv ( with virtualenvwrapper ) to isolate the environment and be able to reproduce it in other machines where I will work, but i cannot install wxPython.</p> <p>I have it installed in my ubuntu machine via apt-get but that is not enough</p> <p>I have searched the web for a solution and i have found ... </p> <ul> <li><p>This page <a href="http://batok.github.com/virtualenvwxp/" rel="nofollow noreferrer">http://batok.github.com/virtualenvwxp/</a> where it is explained a way to hack the virtualenv environment to use the local installation of wxPython. Not the best solution, but it would be a good workaround. The problem is that it is explained for Mac, and I couldnt make it work in my ubuntu.</p></li> <li><p>Also found this page <a href="https://stackoverflow.com/questions/6977799/installing-wxpython-in-virtualenv-under-linux">Installing wxPython in virtualenv under Linux</a> where someone ask something similar. I have tried to build wxPython that way with no success.</p></li> </ul> <p>Any help would be appreciated.</p> <p>In the end, I have choose wxPython beacuse it is multiplatform and i can use it without license problems, but as i have not started yet i can change my mind if there is another easier to install framework.</p> <p>Thanks In advance</p> <p>20110925: Sorry for the delay and thanks for the answers. I just have tried to install wxpython using buildout and the links given here, but i still have the same problem. It seems as if I need libgtk2.0-dev package to be able to compile wxpython... </p> <p>So there is any way to install this package locally to the buildout environment?</p> <p>Thanks again. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload