Hi Jim,

My answers are below

El 02/07/13 15:26, Jim Passmore escribió:
Have been loving Spyder with Python 2.7, and now have need to run Python 3. I tried the WinPython 3.3.2 download with Spyder 2.3.0dev3, and as best I can tell, everything works except IPython (correct?).

If you want to work with IPython you need to run it from git. I just tested it this weekend and it's working pretty well under Python 3.

Now the big questions--

* I want to try Spyder with Python 3 on my linux (ubuntu) system. If I follow the instructions at the bottom of the wiki "install"
    instructions will I get the code supporting Python3?


Yes, you need to install our development version, using mercurial to download the code and the following the instructions to run it from source (that are a bit above on the same page).

I hope next week to be releasing 2.3beta1 so that users can install it more easily.

  * If so, what about version requirements on the extras listed in
    that same wiki section?


In Ubuntu you need to install python3-pyqt4, python3-sphinx, python3-numpy, python3-matplotlib and python3-scipy. Rope and pyflakes (which are used on the Editor for code completion and error reporting), are included in our source code. I think that's all.

Please be aware that at the moment there are some problems that prevent running Spyder with 2.7 and then 3.3 or viceversa. So before trying with Python 3, you need to reset your settings by using this command on a terminal:

spyder --reset

if you have spyder installed, or

python bootstrap.py -- --reset

if you are running it from source.


Cheers,
Carlos

thanks for the fantastic work!

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



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


Reply via email to