On Tue, Jun 19, 2012 at 12:57 PM, Jonno <[email protected]> wrote:
> On Mon, Jun 18, 2012 at 2:08 PM, Carlos Córdoba <[email protected]>wrote: > >> I just committed several changes that substantially improve our support >> for IPython. They involve some tricky modifications to let Spyder easily >> restart IPython kernels, so to all people using our dev version (Dave, >> Matt, Jed, anyone else willing to help), I would like to ask you to test it >> throughly and report any bugs you could find. >> >> I think we are about 80% to finish the integration. The most important >> remaining piece (at least for me) is let the users to combine Spyder and >> IPython configuration options (right now only Spyder options are used, and >> none from IPython). If you consider there is something else missing, please >> let me know. >> >> Cheers, >> Carlos >> >> > Just installed Spyder source for the first time to help test however I > don't seem to be able to get the IPython console. Spyder 2.2.0dev launches > and runs ok but I don't see how to get an IPython console. Do I need to > clone an updated spyderplugins directory? > and > > Making some progress... Looks like I needed to update IPython separately (was on 0.10). I managed to do that (0.13) but then I got: ImportError: IPython.zmq requires pyzmq >= 2.1.4 Installed pyzmq 2.2 and Spyder then launched with no errors and I can now see the menu item to "Open as IPython console" under Interpreters. However I then get: Traceback (most recent call last): File "C:\Python27\Lib\site-packages\spyderlib\spyderlib\widgets\externalshell\start_ipython_kernel.py", line 109, in <module> ipk_temp.config = kernel_config() File "C:\Python27\Lib\site-packages\spyderlib\spyderlib\widgets\externalshell\start_ipython_kernel.py", line 16, in kernel_config from spyderlib.config import CONF ImportError: No module named spyderlib.config What did I miss? -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
