After all,i installed redland library under cygwin.<div>I tried to run te example.py for the python bindings and i am getting an error from pythonabout the unknown Redland import from RDF.py : </div><div><div>home@home-PC ~/redland-bindings-1.0.13.1/python/test</div>
<div>$ python test.py</div><div>Traceback (most recent call last):</div><div>  File &quot;test.py&quot;, line 23, in &lt;module&gt;</div><div>    import RDF</div><div>  File &quot;/usr/lib/python2.6/site-packages/RDF.py&quot;, line 126, in &lt;module&gt;</div>
<div>    import Redland</div><div>ImportError: No module named Redland</div></div><div><br></div><div>I run the below to check the sys,path of python: </div><div><div>home@home-PC ~/redland-bindings-1.0.13.1/python/test</div>
<div>$ python</div><div>Python 2.6.5 (r265:79063, Jun 12 2010, 17:07:01)</div><div>[GCC 4.3.4 20090804 (release) 1] on cygwin</div><div>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.</div>
<div>&gt;&gt;&gt; import sys</div><div>&gt;&gt;&gt; sys.path</div><div>[&#39;&#39;, &#39;/usr/lib/python26.zip&#39;, &#39;/usr/lib/python2.6&#39;, &#39;/usr/lib/python2.6/plat-cygwin&#39;, &#39;/usr/lib/python2.6/lib-tk&#39;, &#39;/usr/lib/python2.</div>
<div>6/lib-old&#39;, &#39;/usr/lib/python2.6/lib-dynload&#39;, &#39;/usr/lib/python2.6/site-packages&#39;]</div></div><div><br></div><div>Under &#39;/usr/lib/python2.6/site-packages i can find Redland.so.I guess python is not able to find the imported file but the path is being set correctly.</div>
<div>I have also set PYTHONPATH and <span class="Apple-style-span" style="font-family: Courier, monospace; font-size: medium; ">LD_LIBRARY_PATH with the value of &quot;</span>&#39;/usr/lib/python2.6/site-packages&quot; according to the documentation <a href="http://librdf.org/docs/python.html">http://librdf.org/docs/python.html</a>.</div>
<div>Any suggestions?</div>