Pythonic A*-Algorithm

2007-01-11 Thread Willi Richert
Hi, I'm looking for an A* implementation in Python (at least some wrapper around a C lib). So far I've only found http://arainyday.se/projects/python/AStar/ which looks not so promising. http://wiki.python.org/moin/PythonGraphApi lists all major available graph libraries in Python, hoping to

Re: Pythonic A*-Algorithm

2007-01-11 Thread belinda thom
Willi, Maybe you could use something from the Python AIMA code? http:// aima.cs.berkeley.edu/code.html On Jan 11, 2007, at 1:01 PM, Willi Richert wrote: Hi, I'm looking for an A* implementation in Python (at least some wrapper around a C lib). So far I've only found