Re: Error with Frescobaldi and python-poppler

2017-09-23 Thread Jaime Oliver La Rosa

Indeed it is an Ubuntu package.

This one worked for me: 
https://answers.launchpad.net/~canonical-foundations/+archive/ubuntu/python3.6-as-default/+files/python3-poppler-qt5_0.24.2-3build1_amd64.deb


The one I installed through apt did not work out.

Thanks to everyone!

best,

J


On 09/23/2017 11:38 AM, David Wright wrote:

On Sat 23 Sep 2017 at 13:11:14 (+0200), Noeck wrote:

Hi,

I used python3-poppler-qt5_0.24.2-3build1_amd64.deb, I think from debian
despite I have a Ubuntu installation.

python3-poppler-qt5_0.24.2-3build1_amd64.deb looks like an Ubuntu package.

http://ftp.us.debian.org/debian/pool/main/p/python-poppler-qt5/python3-poppler-qt5_0.24.2-3+b1_amd64.deb
is a Debian package, likely built from the same source (though I would
check). As you probably know, but for the benefit of others, .deb just
signifies the format of the package, an ar archive containing a couple
of typically .tar.gz archives.

Cheers,
David.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Error with Frescobaldi and python-poppler

2017-09-23 Thread David Wright
On Sat 23 Sep 2017 at 13:11:14 (+0200), Noeck wrote:
> Hi,
> 
> I used python3-poppler-qt5_0.24.2-3build1_amd64.deb, I think from debian
> despite I have a Ubuntu installation.

python3-poppler-qt5_0.24.2-3build1_amd64.deb looks like an Ubuntu package.

http://ftp.us.debian.org/debian/pool/main/p/python-poppler-qt5/python3-poppler-qt5_0.24.2-3+b1_amd64.deb
is a Debian package, likely built from the same source (though I would
check). As you probably know, but for the benefit of others, .deb just
signifies the format of the package, an ar archive containing a couple
of typically .tar.gz archives.

Cheers,
David.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Error with Frescobaldi and python-poppler

2017-09-23 Thread Noeck
Hi,

I used python3-poppler-qt5_0.24.2-3build1_amd64.deb, I think from debian
despite I have a Ubuntu installation. So this is probably not a sane
advice but it worked for me. The version in the package repository did
not work for me.

Cheers,
Joram

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Error with Frescobaldi and python-poppler

2017-09-23 Thread SoundsFromSound
Jaime Oliver La Rosa wrote
> Hi all,
> 
> I am encountering this problem when trying to engrave any score in 
> Frescobaldi. The score compiles fine, but I can't see the preview, and I 
> get the error below as described in this post:
> 
> https://github.com/wbsoft/frescobaldi/issues/838
> 
> Is there a known solution for this?
> 
> I am using Ubuntu 17.04, Lilypond 2.18.2-7 and Frescobaldi 
> 3.0.0~git20161001.0.eec60717+ds1-2
> 
> best,
> 
> J
> 
> ERROR MESSAGE:
> 
> An internal error has occurred:
> 
> Traceback (most recent call last):
> 
> File 
> "/usr/share/frescobaldi/frescobaldi_app/musicview/pointandclick.py", 
> line 44, in links


Hi Jaime,

I believe that error can be fixed by running apt install python3-poppler-qt5
from the terminal.



-
composer | sound designer | asmr artist 
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Error with Frescobaldi and python-poppler

2017-09-22 Thread Jaime Oliver La Rosa

Hi all,

I am encountering this problem when trying to engrave any score in 
Frescobaldi. The score compiles fine, but I can't see the preview, and I 
get the error below as described in this post:


https://github.com/wbsoft/frescobaldi/issues/838

Is there a known solution for this?

I am using Ubuntu 17.04, Lilypond 2.18.2-7 and Frescobaldi 
3.0.0~git20161001.0.eec60717+ds1-2


best,

J

ERROR MESSAGE:

An internal error has occurred:

Traceback (most recent call last):

File 
"/usr/share/frescobaldi/frescobaldi_app/musicview/pointandclick.py", 
line 44, in links


return _cache[document]

File "/usr/lib/python3.5/weakref.py", line 394, in __getitem__

return self.data[ref(key)]

KeyError: 

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "/usr/share/frescobaldi/frescobaldi_app/musicview/widget.py", line 
116, in openDocument


self._links = pointandclick.links(document)

File 
"/usr/share/frescobaldi/frescobaldi_app/musicview/pointandclick.py", 
line 54, in links


t = textedit.link(link.url())

File "/usr/share/frescobaldi/frescobaldi_app/textedit.py", line 48, in link

m = textedit_match(url)

TypeError: expected string or bytes-like object

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user