lpo
lpo copied to clipboard
ImportError
ImportError: /home/ksivakumar/lpo/build/lib/python/lpo.so: undefined symbol: png_set_longjmp_fn
...I am getting this error and I'm using libpng 1.5, which does have support for png_set_longjpm_fn. Any ideas?
I never tried it with libpng 1.5, so I don't really know what might be going on. Did you link against the same version of libpng as the header? What OS is this on?