You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, on Python 3, spyder will only accept pyflakes version 0.4.2. Pyflakes from version 0.6.0 supports Python 3 properly (and the current version is 0.7.3), but pyflakes ignores it as an incorrect version.
Attached is a patch to remedy this. The included copy of pyflakes in external-py3 should probably be updated as well, but it seemed silly to put that in a patch.
From tak...@gmail.com on 2013-09-16T15:29:04Z
At present, on Python 3, spyder will only accept pyflakes version 0.4.2. Pyflakes from version 0.6.0 supports Python 3 properly (and the current version is 0.7.3), but pyflakes ignores it as an incorrect version.
Attached is a patch to remedy this. The included copy of pyflakes in external-py3 should probably be updated as well, but it seemed silly to put that in a patch.
Spyder Version: 2.3.0dev
Python Version: 3.3.2+
Qt Version : 4.8.5, PyQt4 (API v2) 4.10.2 on Linux
pyflakes 0.4.2 : 0.7.3 (NOK)
pep8 >=0.6 : None (NOK)
IPython >=0.13 : 0.13.2 (OK)
rope >=0.9.2 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.1.3 (OK)
matplotlib >=1.0: 1.3.0 (OK)
sympy >=0.7.0 : None (NOK)
pylint >=0.25 : None (NOK)
Attachment: pyflakes_py3_version.patch
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1567
The text was updated successfully, but these errors were encountered: