Rekveld wrote the following on 12/12/2009 01:55 PM:
> Hi,
>
> I am very new to this, so please excuse if this seems silly.
>
> I installed GraphViz and PyDot, and now I am trying out some of the
> examples from the Networkx site.
> I am running the Python distribution from Enthought (2.5) on mac os
> 10.6.2
> Whenever I try an example that should draw something, I get:
>
> AttributeError: 'Node' object has no attribute 'pos'
>
> might there be something wrong with my GraphViz installation ?
Please post the smallest code chunk you can make that demonstrates the
problem. The process of making your code chunk minimal is helpful in
that it often reveals mistakes (if any) that are your own, rather than
the library's.
Chris