Hello,

I was successfully installing Spyder with Python 3.3 on Ubuntu 13.10 
in the following way:

sudo apt-get install python3
sudo apt-get install python3-pip
sudo apt-get install ipython3
sudo apt-get install ipython3-qtconsole
sudo pip3 install -U numpy
sudo apt-get build-dep python-scipy
sudo pip3 install -U scipy
sudo pip3 install -U matplotlib

sudo pip3 install pep8
sudo pip3 install pyflakes
sudo pip3 install sphinx
sudo pip3 install rope_py3k

cd ~
mkdir 00Software
cd 00Software
wget 
https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-2.3.0beta3.zip
unzip spyder-2.3.0beta3.zip
cd spyder-2.3.0beta3
python3 setup.py build
sudo python3 setup.py install

Please add to the documentation that the name of the rope package that is 
needed
here is rope_py3k. It took me some time to figure that out.


Best regards:

Uwe Fechner

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