Hi all,

Decided to give neo4j via python a try but alas:

from neo4j import GraphDatabase

Traceback (most recent call last):
  File "&lt;pyshell#1&gt;", line 1, in <module>
    from neo4j import GraphDatabase
  File "C:\Python27\lib\site-packages\neo4j\__init__.py", line 29, in
<module>
    from neo4j.core import GraphDatabase, Direction, NotFoundException,
BOTH, ANY, INCOMING, OUTGOING
  File "C:\Python27\lib\site-packages\neo4j\core.py", line 27, in <module>
    GraphDatabase = extends(GraphDatabaseService)
  File "C:\Python27\lib\site-packages\neo4j\_backend.py", line 43, in
extends
    return ParentClass(getattr(CLASS,'__name__','Class'),(),{})
  File "C:\Python27\lib\site-packages\neo4j\_backend.py", line 34, in
__new__
    return type.__new__(Class, name, (object,), body)
TypeError: type() argument 1 must be string, not JPackage

I am using winxp I installed neo4j-embedded-1.5.dev104.win32.exe and I am
using python 2.7

Regards
bmeagle

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-python-import-error-tp3358482p3358482.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to