We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From e.doppen...@kpnplanet.nl on 2014-12-22T17:20:53Z
Spyder Version: 2.3.2 Python Version: 3.4.1 Qt Version : 4.8.6, PyQt4 (API v2) 4.10.4 on Windows pyflakes >=0.6.0: 0.8.1 (OK) pep8 >=0.6 : None (NOK) IPython >=0.13 : 2.3.1 (OK) zmq >=2.1.11 : 14.4.1 (OK) pygments >=1.6 : 2.0.1 (OK) pandas >=0.13.1 : 0.14.1 (OK) sphinx >=0.6.6 : 1.2.3 (OK) rope >=0.9.2 : 0.9.4-1 (OK) matplotlib >=1.0: 1.4.2 (OK) sympy >=0.7.0 : 0.7.5 (OK) pylint >=0.25 : None (NOK)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
. In Lib\site-packages\spyderlib\utils\environ.py In lines 59 and 61; from _winreg import ..... should be from winreg import ......
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2092
The text was updated successfully, but these errors were encountered:
From e.doppen...@kpnplanet.nl on 2014-12-22T14:22:49Z
This is quite persistent over the last releases of Spyder
Sorry, something went wrong.
From ccordoba12 on 2014-12-22T16:24:54Z
Yep, I think no one tried to use our path manager before in Python 3.
I'll fix it for 2.3.3
Status: Accepted Labels: MS-v2.3.3
From ccordoba12 on 2015-01-10T11:20:00Z
This issue was closed by revision 7540c73a70d9 .
Status: Fixed
Merge from 2.3 (Fix for issue #2064, issue #1484 and issue #2092)
285180c
Merge from 2.3 (Fix crash on non-Windows platforms after fixing Issue #…
d86809a
…2092)
No branches or pull requests
From e.doppen...@kpnplanet.nl on 2014-12-22T17:20:53Z
Spyder Version: 2.3.2
Python Version: 3.4.1
Qt Version : 4.8.6, PyQt4 (API v2) 4.10.4 on Windows
pyflakes >=0.6.0: 0.8.1 (OK)
pep8 >=0.6 : None (NOK)
IPython >=0.13 : 2.3.1 (OK)
zmq >=2.1.11 : 14.4.1 (OK)
pygments >=1.6 : 2.0.1 (OK)
pandas >=0.13.1 : 0.14.1 (OK)
sphinx >=0.6.6 : 1.2.3 (OK)
rope >=0.9.2 : 0.9.4-1 (OK)
matplotlib >=1.0: 1.4.2 (OK)
sympy >=0.7.0 : 0.7.5 (OK)
pylint >=0.25 : None (NOK)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
. In Lib\site-packages\spyderlib\utils\environ.py
In lines 59 and 61;
from _winreg import .....
should be
from winreg import ......
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2092
The text was updated successfully, but these errors were encountered: