Comment 32 for bug 499592

Revision history for this message
Sandro Mani (sandromani) wrote :

The module is here http://n.ethz.ch/~smani/download/poppler/site-packages/poppler.pyd and all the needed dependencies can be found here in the GTK tree here: http://sourceforge.net/projects/gimagereader/files/gimagereader-win32-support/gimagereader-win32-support-0.5.zip/download

The module is compiled against python 2.7 and poppler 0.15.3 (and I think should work for the whole 0.15 and 0.16 branch, though not for the 0.14 branch since the API changed between 0.14 and 0.15 and I had to rename a function in pypoppler when compiling). Also, I ended with the module depending on some "external" dependencies (libgcc_s_dw2-1.dll and libstdc++-6.dll) additionally to the normal glib/gtk/gdk/cairo/poppler dlls, and I'm not sure what the cleanest way to distribute the module as "standalone" on windows would be...