Figured it out. I had installed Spyder via Pythonxy at first. Then renamed the spyderlib dir, pulled the Spyder source and was running from bootstrap.py without ever having run python setup.py install. Once I ran that I was able to run spyder either from bootstrap or from the built method and the IPython kernel works both ways.
On Tue, Jul 10, 2012 at 9:48 AM, Jonno <[email protected]> wrote: > Hmm, > > Well Ipython starts just fine on it's own but it seems the problem exists > whenever Spyder or Pythonxy try to start it. > The following 2 methods (installed via pythonxy 2.7.2.3) both fail if that > helps. > > "C:\Program Files (x86)\pythonxy\console\Console.exe" -t "IPython (mlab)" > "C:\Program Files (x86)\pythonxy\console\Console.exe" -t "IPython (Qt)" > > > > On Mon, Jul 9, 2012 at 10:53 PM, David <[email protected]>wrote: > >> I am running spyder from source under ubuntu, with Ipython 0.13, and I >>> don't have any problems. Does Ipython work correctly on its own? >> >> >> From the error message, it sounds like a problem with the way that >>> Ipython is monkey-patched by spyder. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/spyderlib/-/VaMZMNfNjIEJ. >> 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. >> > > -- 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.
