Hello Carlos, yes, I also changed this option, however it doesn't help... How would you install PyQt through a virtualenv? Or as an alternative: how can I add a new module to the Anaconda python-distribution?
@Timmie: just set up a virtualenv (with virtualenvwrapper installed just type mkvirtualenv name_of_virtualenv) and then use the console pip install XXX to install whatever you need (PyQt remains a problem and with that also no plotting-functionality) On Sunday, September 22, 2013 5:38:13 PM UTC+2, Timmie wrote: > > > > Hello, > > > I managed to let spyder use the virtualenv that I created (including pip > > install numpy/scipy/matplotlib/sip). > > could you explain how you achieved this? > > I am using often a virtualenv. > But how do I activate it in Spyder? > I think this is the next killer feature. > > -- 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/groups/opt_out.
