Jeroen Pulles wrote:
> Package: python-librdf
> Version: 1.0.4.1-2
> Severity: normal
> 
> Hi Dave,
> 
> "import RDF" fails because RDF.py is not in the modules path. 
> RDF.py is available in the pycentral/python-librdf/site-packages 
> directory. I can't find any (byte-compiled) copies or symlinks 
> in the python site-packages directories, though. 
> Is something missing in the install script, or am I supposed to
> run pycentral manually? 

It should be in the search path, pycentral makes the symlink
and installs it for each python version:

$ python2.4
Python 2.4.4 (#2, Oct 20 2006, 00:23:25)
[GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import RDF
>>> RDF.__file__
'/usr/lib/python2.4/site-packages/RDF.pyc'
>>>
$ ls -l /usr/lib/python2.4/site-packages/RDF.py*
lrwxrwxrwx 1 root root 55 Oct  3 23:19
/usr/lib/python2.4/site-packages/RDF.py ->
/usr/share/pycentral/python-librdf/site-packages/RDF.py
-rw-r--r-- 1 root root 74561 Oct  3 23:19
/usr/lib/python2.4/site-packages/RDF.pyc
-rw-r--r-- 1 root root 74527 Apr 23  2006
/usr/lib/python2.4/site-packages/RDF.pyo

Maybe you should re-install the package?

Dave


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to