wting / python-graph

Automatically exported from code.google.com/p/python-graph
Other
5 stars 4 forks source link

graph creation error - >>> TypeError: 'dict' object is not callable #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gr = graph()
2. (just copied and pasted from examples as demonstration)

What is the expected output? What do you see instead?
Expected: no output, just graph creation
See instead: TypeError

What version of the product are you using? On what operating system?
PythonGraph 1.7.0, python 2.6, mac os X.5.8

Please provide any additional information below.

Original issue reported on code.google.com by ramm...@gmail.com on 28 Jun 2010 at 6:36

GoogleCodeExporter commented 9 years ago
Could you provide a small .py file that hits the issue? I can't reproduce it on 
my system:

>>> from pygraph.classes.graph import graph
>>> g = graph()
>>> g
<pygraph.classes.graph.graph [] []>

Original comment by pmatiello on 30 Jun 2010 at 4:37

GoogleCodeExporter commented 9 years ago
Closing issue.

Original comment by pmatiello on 8 Jul 2010 at 7:08