On 03/23/2015 05:25 PM, Douglas De Rizzo Meneghetti wrote:
1) Python versions 2.7 and 3.4, but I want to use Spyder 2.3.4 with
Python 3.4.

2) dpkg -l | grep -i pyqt
ii  python-qt4-dbus
4.10.4+dfsg-1ubuntu1                                   amd64
D-Bus Support for PyQt4
ii  python-qt4-dev
4.10.4+dfsg-1ubuntu1                                   all
Development files for PyQt4
ii  python3-pyqt4
4.10.4+dfsg-1ubuntu1                                   amd64
Python3 bindings for Qt4

3) pip freeze | grep -i Spyder
spyder==2.3.4

Now, for the report:

Spyder Version:  2.3.0
Python Version:  3.4.0
Qt Version    :  4.8.6, PyQt4 (API v2) 4.10.4 on Linux
pyflakes >=0.6.0:  0.8.1 (OK)
pep8 >=0.6      :  1.6.2 (OK)
IPython >=0.13  :  3.0.0 (OK)
pygments >=1.6  :  2.0.2 (OK)
sphinx >=0.6.6  :  1.3.1 (OK)
psutil >=0.3    :  1.2.1 (OK)
rope >=0.9.2    :  None (NOK)
matplotlib >=1.0:  1.4.3 (OK)
sympy >=0.7.0   :  None (NOK)
pylint >=0.25   :  1.4.3 (OK)



Well to get back on track, I would uninstall all versions of Spyder. I would do

sudo apt-get purge spyder

sudo apt-get purge spyder3

sudo pip uninstall spyder

sudo pip3 uninstall spyder

I would check with pip freeze after doing the uninstall for Spyder and repeat the uninstall. pip does not always show all versions of an installed program, so it pays to check.

Then I would pip3 install spyder and run it. Report back an error messages.



--
Adrian Klaver
[email protected]

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

Reply via email to