-
Notifications
You must be signed in to change notification settings - Fork 1
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
About the MacOS support #1
Comments
The purpose of this project is to be able to execute Qt event loop in a non-main thread, which enables interactive shell and Matplotlib like behavior. Unfortunately, at least for Qt version that we are currently using, QApplication is not allowed to be created in a non-main thread on MacOS. It will be interesting to see how to circumvent this problem. Unfortunately, I don't have enough time and motivation to do such investigation for now. |
This actually seems to be a prevalent issue in MacOS GUI libraries. Here's some discussion that might help you: GUIs and the Main Thread and Thread safety summary |
Following is the crash report I'm getting:
|
Let's see if we can add macOS support cuz multi-platform is pythonic. lol
What makes it unable to run on macOS? Let's see if we can fix it.
The text was updated successfully, but these errors were encountered: