[cairo] Problems with xpyc suport

Berg Ginú ginu.berg at gmail.com
Wed Jun 8 08:24:05 PDT 2011


Hy all,
I need help to install py2cairo with XCB suport.
this is my error log:
>>> import cairo
>>> a = cairo.XCBSurface()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'XCBSurface'
>>> a = cairo.XcbSurface()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'XcbSurface'
>>> a = cairo.XCBSurface()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'XCBSurface'


-- 
Berg Ginú
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo/attachments/20110608/0101c0cf/attachment.html>


More information about the cairo mailing list