Skip to content
New issue

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

Make Qtconsole work on Python 3.8 and Windows #406

Merged
merged 2 commits into from
May 13, 2020

Conversation

ericpre
Copy link
Contributor

@ericpre ericpre commented Jan 29, 2020

As described in #405, the qtconsole is currently not working on windows. As a workaround, this PR sets the default asyncio policy on windows with python 3.8 when the app object is created.

For more details, see ipython/ipykernel#480 and tornadoweb/tornado#2608.

Fixes #405.

@ccordoba12
Copy link
Collaborator

@minrk, shouldn't this be solved in ipykernel? Or is it necessary to patch every Jupyter application like this?

@ericpre
Copy link
Contributor Author

ericpre commented Feb 26, 2020

@minrk, do you have any view on this?

@ericpre
Copy link
Contributor Author

ericpre commented Apr 8, 2020

What is the way forward to get the qtconsole fixed on windows/python 3.8?

@ccordoba12
Copy link
Collaborator

@ericpre, please merge with master to get the fix to our tests. We'll include your work in our next release (sorry for the delay).

@ericpre
Copy link
Contributor Author

ericpre commented May 7, 2020

Done.

@ccordoba12 ccordoba12 added this to the 4.8.0 milestone May 7, 2020
@ccordoba12
Copy link
Collaborator

Thanks! @dalthviz will be in charge of reviewing and testing this on Windows.

@ccordoba12 ccordoba12 changed the title Workaround tornado+py38+windows compatibility issue Make Qtconsole work on Python 3.8 and Windows May 7, 2020
@dalthviz
Copy link
Collaborator

Hi @ericpre @ccordoba12 with this fix QtConsole works for me on Windows with Python 3.8 🎉

Copy link
Collaborator

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ericpre for your contribution and @dalthviz for the review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Qtconsole not working on Windows and Python 3.8
3 participants