Link any objects in a graph, and draw the graph. Programming Software Development by Gribouillis This snippet defines 3 functions to create in a few seconds an image of a graph containing arbitrary python objects. It uses the module pygraphviz (available at [url]http://pypi.python.org/pypi/pygraphviz/[/url]). See the example use case at the end of the module. Re: generating web graphs Programming Software Development by Gribouillis The module [icode]pygraphviz[/icode], which is python interface to graphviz, can generate graphs which can be converted to various formats. Re: generating web graphs Programming Software Development by harshadaj Hi, that was quick!!! I read about pygraphviz. Does it support interaction, like diaplaying pic on mouse over etc.? I am sorry but I am totally new to it. Re: A small project: clickonpy Programming Software Development by Gribouillis … code was run in linux, it needs pygtk, pycairo, pygoocanvas, pygraphviz and pydot. I currently don't know if it will… Re: AttributeError: 'module' object has no attribute 'instancemethod' Programming Software Development by soibac … erro. Please help! File "C:\Python27\lib\site-packages\pygraphviz\graphviz.py", line 9, in <modul > new_instancemethod… Re: Link any objects in a graph, and draw the graph. Programming Software Development by woooee Consider posting this in the tutorials forum also so we can find it later [url]http://www.daniweb.com/tutorials/forum114.html[/url]