> > Well then I wanted to draw graphs and I found that pydot is working > really nicely. > BUT I'd like to do this, an interactive program to see ho the > algorithms works... > For example in the breath search first, every time the algorithm > colors a node, the program should redraw the graphs. Which modules > should I use for graphics (I use macosX and I'd like something cross > platforms).
Use the bundled Tkinter. I've implemented a similar thing back in my under graduation days using TCL/Tk, and Tk is perfectly suited for that task. Diez -- http://mail.python.org/mailman/listinfo/python-list