Re: undefined symbols in py-poppler

2013-04-27 Thread Antoine Jacoutot
On Sat, Apr 27, 2013 at 11:37:06AM +0200, Martin Natano wrote: > Pdfshuffler tries to call page.render_to_pixbuf which is removed by the > patch (and in poppler>0.18). > I tried to bump pdfshuffler 0.6.0 to see if it is fixed there, but that > version just dies with "Abort trap". The cause for that

Re: undefined symbols in py-poppler

2013-04-27 Thread Martin Natano
Pdfshuffler tries to call page.render_to_pixbuf which is removed by the patch (and in poppler>0.18). I tried to bump pdfshuffler 0.6.0 to see if it is fixed there, but that version just dies with "Abort trap". The cause for that seeme to be in gtk.gdk.threads_init(). natano On Sat, Apr 27, 2013

Re: undefined symbols in py-poppler

2013-04-26 Thread Stuart Henderson
On 2013/04/26 23:37, Matthias Kilian wrote: > Hi, > > On Fri, Apr 26, 2013 at 10:12:52PM +0100, Stuart Henderson wrote: > > looks like it wants a release rolling from the > > lp:~kiyoka/poppler-python/no-pygtk branch.. > > Either that or the diff I just sent. Whatevber, please also remove > the

Re: undefined symbols in py-poppler

2013-04-26 Thread Martin Natano
After applying the diff and a recompile the import in python works fine. I have tested it with a small project of mine and it generates images from PDF there. Looks good to me. I do not use pdfshuffler, but I will have a look at it tomorrow. Thank you! natano On Fri, Apr 26, 2013 at 11:01:32PM

Re: undefined symbols in py-poppler

2013-04-26 Thread Matthias Kilian
Hi, On Fri, Apr 26, 2013 at 10:12:52PM +0100, Stuart Henderson wrote: > looks like it wants a release rolling from the > lp:~kiyoka/poppler-python/no-pygtk branch.. Either that or the diff I just sent. Whatevber, please also remove the MAINTAINER line (Ido doesn't want to work on this any longer

Re: undefined symbols in py-poppler

2013-04-26 Thread Stuart Henderson
looks like it wants a release rolling from the lp:~kiyoka/poppler-python/no-pygtk branch.. On 2013/04/26 21:16, Martin Natano wrote: > Hi, > > py-poppler complains about undefined symbols when importing. The > functions referenced by this symbols have been removed in poppler 0.18. > There is a

Re: undefined symbols in py-poppler

2013-04-26 Thread Matthias Kilian
On Fri, Apr 26, 2013 at 09:16:01PM +0200, Martin Natano wrote: > py-poppler complains about undefined symbols when importing. The > functions referenced by this symbols have been removed in poppler 0.18. > There is a bug report from 2011 upstream, but py-poppler didn't have a > new release since Se