Hello Gonzalo, I've had a similar issue (although I'm running the Anaconda Launcher and I'm on OS X,) but I also got a frustrating error saying the "ImportError: No module named 'jinja2'".
I tried "spyder --reset" (Be careful as this will blow away settings in the ~/.spyder2-py3 directory) and then installed the ipython-notebook from Launcher. I was able to run Spyder. It looks like the ipython-notebook installation picked up the jinja2 library that Spyder was looking for. I'm not sure if the cause of the issue you see is the same, but I share my fix just-in-case it might help. On Sunday, December 21, 2014 10:15:54 AM UTC+9, Gonzalo A. PEÑA CASTELLANOS wrote: > > Hi guys > > In order to make some tests on python 3 of some features I am working on > spyder, I installed spyder (through conda) on a freshly created conda > environment running python 3. > > When running 'python bootstrap.py' I got a jinja2 module not installed. > Should this be included in the dependencies of conda? > > (I am running ubutnu14.04 64) > > Cheers > -- 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.
