Graphing problems (was: Re: Is there a map or graph module?)

Lilith lilyth at umich.edu
Fri Mar 19 11:17:40 EST 2004


Josiah Carlson <jcarlson at nospam.uci.edu> wrote in message news:<c3dpmp$7r5$1 at news.service.uci.edu>...
> Lilith wrote:
> > Is there a python module somewhere (been searching today, no luck)
> > which has efficiently coded various graph-handling routines, such as
> > finding the shortest path through a graph, or the set of all paths
> > through a graph? I'm not a compsci-educated person, so coding my own
> > would be less parsimonious.
> > 
> > Thanks for any suggestions!
> 
> Thank Guido, http://www.python.org/doc/essays/graphs.html

I figured it out...I needed to use sys.setrecursionlimit. D'oh. :)

Thanks for your help!



More information about the Python-list mailing list