Hi, A late reply, but one for the record. If you create a standalone virtual environment, you will need to install pyqt/pyside inside that environment. For pyqt that can be a challenging process. What I do on Linux is to create symlinks to the pyqt system install inside my standalone virtual environment.
Some references I found useful: http://movingthelamppost.com/blog/html/2013/07/12/installing_pyqt____because_it_s_too_good_for_pip_or_easy_install_.html http://stackoverflow.com/questions/18042919/how-to-install-pyqt5-on-a-new-virtualenv-and-work-on-an-idle http://stackoverflow.com/questions/1961997/is-it-possible-to-add-pyqt4-pyside-packages-on-a-virtualenv-sandbox Which inspired me to create a utility script that creates/updates a scipy-stack standalone virtualenv with PyQt symlinks: https://gist.github.com/davidovitch/41cfb4932ef856af353d Cheers, David On 19 May 2015 at 09:18, Dedi Gadot <[email protected]> wrote: > Hi, > > Even though I've installed pyside inside my virtualenv (pip install > pyside), I can't launch spyder (downloaded from the git repository) - I > keep getting: > PtQt4 or Pyside is required. > > Any reason for that? > > Thanks, > David > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
