pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

python cairo oddity



% cat cairotest.py
import cairo
cairo.ImageSurface.create_from_png("/usr/X11R7/include/X11/pixmaps/NetBSD-flag.png")
% python2.7 cairotest.py
Traceback (most recent call last):
  File "cairotest.py", line 2, in <module>
    
cairo.ImageSurface.create_from_png("/usr/X11R7/include/X11/pixmaps/NetBSD-flag.png")
MemoryError

of course both cairo and libpng changed since the last time I tried something
like this and it worked... (NetBSD-current/amd64)

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index