Hi Faheem, On Tue, May 26, 2009 at 7:07 AM, Faheem Pervez <[email protected]> wrote: > Hi, > > I've uploaded python-poppler to chinook extras-devel (diablo one should > start building soon). Good news is that the packaging has been sorted and > running "apt-get install python-poppler" should give you no problems. > > Testing consisted of installing and running "import poppler". :)
Good :) > > The bad news is: > " > [...] This does not look bad news to me :) It is expected that some methods cannot be wrapped automatically because of uknown types. Even PyGTK has some missing methods in their bindings due to this. The solution (somewhat complex because requires understanding of codegen and Python/C) is to implement the missing methods using overrides. Unless some of the missing methods are really necessary for some application, you can simply ignore this for now, and wait for applications to actually start using it. > ***INFO*** The coverage of global functions is 44.44% (4/9) > ***INFO*** The coverage of methods is 95.70% (89/93) The coverage percentage is actually pretty good in my opinion. Looking at the Debian build logs (https://buildd.debian.org/fetch.cgi?pkg=python-poppler;ver=0.10.0-1;arch=i386;stamp=1236506347), you will see the very same result. > But the packaging is all there so if you wish to fix it (I do not know > Python and my C is pretty basic and dodgy)...:) As I said above, the Debian build logs show that nothing is wrong (for now) :) Good job! Regards. -- Anderson Lizardo OpenBossa Labs - INdT Manaus - Brazil _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
