>
>
> Yeah... I've been kicking this idea around, but not sure I want to commit
> just yet - mainly because I'm normally a fan of using the package manager
> on systems like this as much as possible.  Kind of a six one way,
> half-dozen the other dilemmas as far as which one is more frustration -
> dealing with out-of-date semi-broken version supported by the system
> package manager, or compiling from source and having to hunt down
> dependencies manually and pin packages at specific versions to support the
> same.  I haven't tried it for spyder, so it may be a lot less painful than
> that... but BTDT in the past.
>

Running for source is really simple with Spyder as it runs right along side
your installed version without any conflict. Simply pull down the source
from the project website, run bootstrap.py from the main directory, and you
should be running. More details here:

http://code.google.com/p/spyderlib/wiki/NoteForBetaTesters

Again, I would recommend running directly from source using the bootstrap
script.


> FWIW... I wonder if part of the problem ties back to the fact that spyder
> (2.1.10 in this case) has problems with recognizing the ipython
> installation.  If I set the option in the preferences to start an ipython
> kernel at startup I get all sorts of errors/warnings in the internal
> console log... and several of the ipython option check boxes are greyed
> out, including starting an ipython interpreter console at startup - citing
> the reason as that it (spyder) can't find a version of ipython >= 0.10
> installed on the computer in question.  Odd, since it'll let me manually
> open an ipython interpreter from the console window menu, and ipython is
> clearly @ 0.13 release version on this machine.
>
>
You should definitely expect odd behavior when running any IPython > 0.10
with Spyder 2.1.X. IPython has changed dramatically from 0.10 to the
current 0.13 release, and Spyder 2.1.X was designed around IPython 0.10. I
can say, however, that IPython 0.13 works great with Spyder 2.2, another
benefit to running from the current development source.

-- 
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.

Reply via email to