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

After applying PyQt5 Upgrade PR, in Windows 10, if you press the REPL button in Python mode, you can see the error below: #2548

Open
roboticsware opened this issue Feb 13, 2025 · 0 comments

Comments

@roboticsware
Copy link

roboticsware commented Feb 13, 2025

          In Windows 10, if you press the REPL button in Python mode, you can see the error below:
2025-02-13 15:04:14,915 - traitlets:653(_create_connected_socket) DEBUG: Connecting to: tcp://127.0.0.1:62730
2025-02-13 15:04:14,931 - root:175(excepthook) ERROR: Unrecoverable error
Traceback (most recent call last):
  File "C:\Users\user\AppData\Local\Programs\Mu Editor Custom\Python\lib\site-packages\mu\modes\python3.py", line 372, in on_kernel_start
    self.view.add_jupyter_repl(kernel_manager, kernel_client)
  File "C:\Users\user\AppData\Local\Programs\Mu Editor Custom\Python\lib\site-packages\mu\interface\main.py", line 716, in add_jupyter_repl
    kernel_manager.kernel.gui = "qt4"
AttributeError: 'NoneType' object has no attribute 'gui'

Originally posted by @JeongJun-Lee in #2487 (comment)

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

No branches or pull requests

1 participant