On 03/23/2015 08:38 PM, Douglas De Rizzo Meneghetti wrote:
I'm testing on another computer now. I uninstalled every possible
version of Spyder I had and ran the following code:

|
sudo apt-getpurge spyder3
sudo apt-getautoremove
sudo pip3 install spyder pytz python-dateutil
sudo apt-getinstall python3-pyqt4
spyder3
|

Spyder 3 version 2.3.4 successfully launched. I then proceeded to
install the optional dependencies (glad to know rope is being replaced
by jedi).
I believe my previous problem was related to the package name I used
when installing PyQt (I installed python-pyqt4 instead of python3-pyqt4).

Well according to the below, you did have it installed. At any rate good that you got it working.


Anyway, thanks for the help.

Em segunda-feira, 23 de março de 2015 22:52:34 UTC-3, Adrian Klaver
escreveu:

    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] <javascript:>

--
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]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


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