<div dir="ltr">After building pycairo using GNU Make (I did not use the WAF installer because it kept building with errors: <a href="http://lists.cairographics.org/archives/cairo/2013-May/024295.html">http://lists.cairographics.org/archives/cairo/2013-May/024295.html</a>)<div>
.</div><div style>configure --prefix=/home/vdevos/pycairo</div><div style>make</div><div style>make install</div><div style><br></div><div style>It is now included in my PYTHON_PATH using: </div><div style>export PYTHONPATH=/home/vdevos/pycairo/lib/python2.6/site-packages/cairo<br>
</div><div style><br></div><div style>Then when I open python2.6 on my console and try to import the _cairo module I get the following error... </div><div><br></div><div><div style><div>Python 2.6.4 (r264:75706, Dec  5 2009, 21:18:28) </div>
<div>[GCC 4.3.3] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import _cairo               </div><div>Traceback (most recent call last):</div>
<div>  File "<stdin>", line 1, in <module></div><div>SystemError: dynamic module not initialized properly</div><div><br></div><div style>Does anyone have an idea how to fix this?</div><div><br></div>
</div><div style><br></div><div style><br></div><div style><br></div><div style><br></div><div><br></div><div><br></div></div></div>