Skip to content

python example do not works #2715

Discussion options

You must be logged in to vote

@li-boxuan thanks for your quick answer.
I tried too this example with same results

  1. Check that janusgraph is up
$ podman ps -a
CONTAINER ID  IMAGE                                  COMMAND     CREATED       STATUS           PORTS                   NAMES
861da817cdc5  docker.io/janusgraph/janusgraph:0.5.3  janusgraph  46 hours ago  Up 46 hours ago  0.0.0.0:8182->8182/tcp  janusgraph_server
  1. Start python code
$ ipython3
In [1]: from gremlin_python import statics 
   ...: from gremlin_python.structure.graph import Graph 
   ...: from gremlin_python.process.graph_traversal import __ 
   ...: from gremlin_python.driver.driver_remote_connection import DriverRemoteConnection 
   ...:  
   ...…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@bioinfornatics
Comment options

@li-boxuan
Comment options

@bioinfornatics
Comment options

@bioinfornatics
Comment options

@li-boxuan
Comment options

Answer selected by li-boxuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #2714 on July 22, 2021 12:39.