> Un tar-ing the pickle_jar and load > ("_class__sage_graphs_graph_Graph__.sobj") or load > ("_class__sage_combinat_posets_posets_FinitePoset__.sobj") gives the > error of "ImportError: No module named xgraph" or "ImportError: No > module named xdigraph" respectively (these modules held the classes > removed between 0.36 and 1.0.1).
If you have an old NetworkX graph N, most of the information is in the property N.adj. This is just an adjacency dictionary, and I can't imagine the NX people deprecating that format as input for their new graph classes. -- Robert L. Miller http://www.rlmiller.org/ -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org