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

qpageview could not find PyQt5 #30

Open
abeq opened this issue Sep 15, 2024 · 2 comments
Open

qpageview could not find PyQt5 #30

abeq opened this issue Sep 15, 2024 · 2 comments

Comments

@abeq
Copy link

abeq commented Sep 15, 2024

I want to setup for Frescobaldi as Frescobaldi 3 on https://www.frescobaldi.org/download with Windows11.

I have installed PyQt5 with

python -m pip install PyQt5

Then I try to install qpageview with

pip install qpageview

but return error with

...(snip)
          from PyQt5.QtCore import pyqtSignal, QEvent, QRectF, Qt
      ModuleNotFoundError: No module named 'PyQt5'
...(snip)

Please advise.

@jeanas
Copy link
Member

jeanas commented Sep 15, 2024

Have you followed the instructions at https://github.com/frescobaldi/frescobaldi/blob/master/INSTALL.md? If this doesn't work, please paste the output of each step. Thanks.

@bmjcode
Copy link

bmjcode commented Sep 15, 2024

Hi @abeq! A couple of us are finishing up a Qt 6 port of Frescobaldi and qpageview. Since you're installing from source, would you be willing to help us test it? The port is much easier to install on Windows because of simplified dependencies. (I run Windows myself and can help with the process.)

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

3 participants