Re: pyqt5 once again

2024-12-03 Thread Federico Bruni
Il giorno mar 3 dic 2024 alle 15:45:21 +00:00:00, N. Andrew Walsh ha scritto: Hi List, On Monday, December 2nd, 2024 at 16:39, Simon Albrecht wrote: > Please note that the new qpageview which works with Qt6 has not been > released yet, so you have to install it from git master branch.

Re: pyqt5 once again

2024-12-03 Thread N. Andrew Walsh
Hi List, On Monday, December 2nd, 2024 at 16:39, Simon Albrecht wrote: > > Please note that the new qpageview which works with Qt6 has not been > > released yet, so you have to install it from git master branch. On a related note: it seems that there would also need to be an updated python-pop

Re: pyqt5 once again

2024-12-02 Thread Simon Albrecht
On 02.12.24 09:22, Federico Bruni wrote: Which version of Frecobaldi you want to run? If you want to run it from git master, you need PyQt6. The updated instructions have not been merged yet: https://github.com/frescobaldi/frescobaldi/pull/1827 Please note that the new qpageview which works wi

Re: pyqt5 once again

2024-12-02 Thread Federico Bruni
ModuleNotFoundError: No module named 'PyQt5' The full log file is attached. How could I proceed? I tried pipx install pyqt5 but that didn’t change the matter. I followed the current install from source instructions from INSTALL.md up until the “Installing Frescobaldi” [from source] sectio

pyqt5 once again

2024-12-01 Thread Simon Albrecht
Hello everyone, trying to install frescobaldi on a work laptop I got this: pip seemed to fail to build package: qpageview Some possibly relevant errors from pip install: error: subprocess-exited-with-error ModuleNotFoundError: No module named 'PyQt5' The full log file is atta

Re: PyQt5

2016-12-05 Thread Urs Liska
Am 05.12.2016 um 17:13 schrieb Federico Bruni: > Il giorno lun 5 dic 2016 alle 16:54, Urs Liska ha > scritto: >> I don't worry about the stability of Debian testing but would like to be >> somewhat assured about the process of switching to it. IIUC it basically >> boils down to switching the pac

Re: PyQt5

2016-12-05 Thread Federico Bruni
Il giorno lun 5 dic 2016 alle 16:54, Urs Liska ha scritto: I don't worry about the stability of Debian testing but would like to be somewhat assured about the process of switching to it. IIUC it basically boils down to switching the package repositories from stable to testing and upgrading wi

Re: PyQt5

2016-12-05 Thread Urs Liska
Oops. Am 05.12.2016 um 16:54 schrieb Urs Liska: > Maybe there are other risks stemming from the fact that ... my current setup doesn't refer to vanilla Debian only but has been tailored by the Mint developers? ___ lilypond-user mailing list lilypond-u

Re: PyQt5

2016-12-05 Thread Urs Liska
Am 05.12.2016 um 16:37 schrieb Federico Bruni: > Il giorno lun 5 dic 2016 alle 16:14, Urs Liska ha > scritto: >> Thank you for this explanation, which I could conveniently follow. >> Until: >> >>> >>> Now the problem is how many dependencies you need to upgrade and the >>> conflicts that will oc

Re: PyQt5

2016-12-05 Thread Federico Bruni
Il giorno lun 5 dic 2016 alle 16:14, Urs Liska ha scritto: Thank you for this explanation, which I could conveniently follow. Until: Now the problem is how many dependencies you need to upgrade and the conflicts that will occur. Well, the first thing was that I would have to pin the python

Re: PyQt5

2016-12-05 Thread Urs Liska
edir.debian.org/debian testing main contrib > > Then enable this repo only for the packages you want to take from there. > Create the file /etc/apt/preferences and try with these lines: > > Package: python3-pyqt5 > Pin: release a=testing > Pin-Priority: 900 > > Package:

Re: PyQt5

2016-12-05 Thread Federico Bruni
8.4, that is Jessie, current stable. So try appending this line to /etc/apt/sources.list: deb http://httpredir.debian.org/debian testing main contrib Then enable this repo only for the packages you want to take from there. Create the file /etc/apt/preferences and try with these lines: Package: p

Re: PyQt5

2016-12-04 Thread Urs Liska
Am 04.12.2016 um 23:29 schrieb SoundsFromSound: > Urs Liska wrote >> Am 04.12.2016 um 16:59 schrieb Federico Bruni: >>> Il giorno dom 4 dic 2016 alle 9:53, Urs Liska < >> ul@ >> > ha >>> scritto: I'm running LMDE2 (Linux Mint Debian Edition), and requesting the Debian Version returns 8.

Re: PyQt5

2016-12-04 Thread SoundsFromSound
Urs Liska wrote > Am 04.12.2016 um 16:59 schrieb Federico Bruni: >> Il giorno dom 4 dic 2016 alle 9:53, Urs Liska < > ul@ > > ha >> scritto: >>> I'm running LMDE2 (Linux Mint Debian Edition), and requesting the Debian >>> Version returns 8.4. Interestingly there's exactly one other person >>> hav

Re: PyQt5

2016-12-04 Thread Urs Liska
use it's such a huge beast with >> presumably countless dependencies. >> >> So if anyone can give me a hint on how to force an upgrade or to add a >> current installation *beside* the package one I'd be very glad. > > Can you install PyQt in a virtualenv? > http

Re: PyQt5 (was: LilyPond MIDI Input and Export Tutorials (with Audio Playback) Tutorials)

2016-12-04 Thread Federico Bruni
ce an upgrade or to add a current installation *beside* the package one I'd be very glad. Can you install PyQt in a virtualenv? https://pypi.python.org/pypi/PyQt5/ Otherwise you may try pinning a package in a different repository. D

PyQt5 (was: LilyPond MIDI Input and Export Tutorials (with Audio Playback) Tutorials)

2016-12-04 Thread Urs Liska
es back. >>> >> I can only assume that Wilbert is even more busy than usual (from some >> private communication as well). >> >> Obviously there is some strange compatibility issue with the PyQt5 version >> in my distro's packages, and I didn't dare