walidazizi / rdflib

Automatically exported from code.google.com/p/rdflib
Other
0 stars 0 forks source link

Error in using rdfalchemy and rdflib #198

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Installed rdfalchemy, rdflib
2.Imported rdfalchemy and rdflib in my code and when run the code, it gives me 
following error
3.Traceback (most recent call last):
  File "C:\Python27\sesame.py", line 40, in <module>
    import rdfalchemy
  File "build\bdist.win32\egg\rdfalchemy\__init__.py", line 2, in <module>
    from rdfalchemy.Literal import Literal
  File "build\bdist.win32\egg\rdfalchemy\Literal.py", line 10, in <module>
    from rdflib.Literal import bind as bindLiteral
ImportError: No module named Literal
What is the expected output? What do you see instead?
Code should run properly

What version of the product are you using? On what operating system?
python 2.7

Please provide any additional information below.
Could you please help..
Thanks in advance

Original issue reported on code.google.com by imrantau...@gmail.com on 22 Oct 2011 at 1:34

GoogleCodeExporter commented 8 years ago
This is not an issue with rdflib. It's either a broken installation of rdflib 
or an attempt to use an incorrect version of rdflib with rdfalchemy, the latter 
being more likely. Installation of the released version of rdfalchemy requires 
rdflib 2.4.0. installation of the development version of rdfalchemy requires 
rdflib 2.4.0=> <=2.4.9.

Original comment by gjhigg...@gmail.com on 11 Jan 2012 at 12:44