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

How to execute and build the pyqt6 branch in Windows 10 #2543

Open
JeongJun-Lee opened this issue Feb 1, 2025 · 0 comments
Open

How to execute and build the pyqt6 branch in Windows 10 #2543

JeongJun-Lee opened this issue Feb 1, 2025 · 0 comments

Comments

@JeongJun-Lee
Copy link

I checked out the pyqt6 branch to execute and build it on Windows 10. When I tried to execute it in virtualenv which is based on python 3.9, it spits out the error below. How can I solve it?

(py39) C:\dev\mu>python run.

'''Traceback (most recent call last):
File "C:\dev\mu\run.py", line 2, in
from mu.app import run
File "C:\dev\mu\mu\app.py", line 34, in
from PyQt6.QtCore import (
ImportError: DLL load failed while importing QtCore: The specified procedure could not be found.'''

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