Hi Lerner,
I launched the server and I tried this code
import pyorient
db_name='python_test'
print("connection to the server...")
client=pyorient.OrientDB("localhost",2424)
client.set_session_token(True)
session_id=client.connect("root","root")
print("OK - sessionID: ",session_id,"\n")
client.db_open( db_name, "root", "root" )
client.db_close()
and it works for me.
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.