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 Chana...@gmail.com on 2014-10-23T02:54:18Z
Spyder Version: 2.3.1 Python Version: 3.3.5 Qt Version : 4.8.4, PyQt4 (API v2) 4.9.6 on Windows pyflakes >=0.6.0: None (OK) pep8 >=0.6 : None (NOK) IPython >=0.13 : 2.0.0 (OK) pygments >=1.6 : 1.6 (OK) pandas >=0.13.1 : 0.15.0 (OK) sphinx >=0.6.6 : 1.2.2 (OK) rope >=0.9.2 : 0.9.4 (OK) matplotlib >=1.0: 1.3.1 (OK) sympy >=0.7.0 : 0.7.5 (OK) pylint >=0.25 : 1.1.0 (OK)
What steps will reproduce the problem?
pressing F7 (winpdb) doesn't do anything
What is the expected output? What do you see instead?
debugging
Please provide any additional information below
. I updated Spyder and installed winpdb from pip install I see that wxPython is needed but I don't see any exist for python 3.3
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2019
The text was updated successfully, but these errors were encountered:
From ccordoba12 on 2014-10-23T13:56:41Z
Yes, winpdb needs wxpython, and there is still no wxpython compatible with Python 3, according to this post: http://stackoverflow.com/questions/20614409/still-no-wxpython-for-python-3-or-3-3-yet I'll see if I have to deactivate its entry when Spyder is running under Python 3. Other than that, we can't do anything about it.
Summary: Winpdb (F7) doesn't work in Python 3 (was: Winpdb (F7) doesn't work ) Labels: MS-v2.3.2
Sorry, something went wrong.
From ccordoba12 on 2014-10-31T15:07:53Z
Labels: -MS-v2.3.2 MS-v2.3.3
From ccordoba12 on 2015-01-30T20:28:49Z
This issue was closed by revision f613ed8a04ce .
Status: Fixed
No branches or pull requests
From Chana...@gmail.com on 2014-10-23T02:54:18Z
Spyder Version: 2.3.1
Python Version: 3.3.5
Qt Version : 4.8.4, PyQt4 (API v2) 4.9.6 on Windows
pyflakes >=0.6.0: None (OK)
pep8 >=0.6 : None (NOK)
IPython >=0.13 : 2.0.0 (OK)
pygments >=1.6 : 1.6 (OK)
pandas >=0.13.1 : 0.15.0 (OK)
sphinx >=0.6.6 : 1.2.2 (OK)
rope >=0.9.2 : 0.9.4 (OK)
matplotlib >=1.0: 1.3.1 (OK)
sympy >=0.7.0 : 0.7.5 (OK)
pylint >=0.25 : 1.1.0 (OK)
What steps will reproduce the problem?
pressing F7 (winpdb) doesn't do anything
What is the expected output? What do you see instead?
debugging
Please provide any additional information below
. I updated Spyder and installed winpdb from pip install
I see that wxPython is needed but I don't see any exist for python 3.3
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2019
The text was updated successfully, but these errors were encountered: