Comment 33 for bug 499592

Revision history for this message
cferriby@gmail.com (cferriby) wrote :

Thanks again Sandro the lib works great I have been using it against the pygtk all-in-one installer as well and than using the poppler libs from your package. I have come across a bug though. I have been using ThinkPython.pdf as my testing pdf until I was done developing the other parts of my application but when i test it with a pdf that has javascript and comments embedded it fails completely. I have also emailed the poppler mailing list to see about this bug. maybe it is because I am not using your gtk tree? I even tried to load the pdf in the demo python app but it fails as well. I am currently setting up the build system to rebuild the pypoppler to my libraries. I will let you guys know how if goes. I will host them as well if successful.

this is the error i get when trying to load it up. (visual studio 2010 debugger)

Unhandled exception at 0x7c9501cc in python.exe: 0xC0000029: An invalid unwind target was encountered during an unwind operation.

press continue

Unhandled exception at 0x7c9501cc in python.exe: 0xC0000029: An invalid unwind target was encountered during an unwind operation.

press continue

Unhandled exception at 0x77c35464 in python.exe: 0xC0000027: Unwind exception code.

press continue

Unhandled exception at 0x77c354c9 in python.exe: 0xC0000005: Access violation reading location 0x0003000a.

and then it stops there.