Thanks so much Mr. Fechner. It seems to work fine on my Xubuntu 14.04 For the wget statement and below, the current file is now spyder-2.3.0rc.zip <https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-2.3.0beta3.zip> Have a good one. RH
On Saturday, February 15, 2014 1:50:39 PM UTC-7, ufechner wrote: > > 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/d/optout.
