Skip to content

AttributeError: 'module' object has no attribute 'graph' #4

@boonflies

Description

@boonflies

I have pygraph installed in my pc but still when I run planner_example.py, I get the error,

17:06:49 - DEBUG: ATTEMPT 1.
17:06:49 - DEBUG: build_rrt started
Traceback (most recent call last):
File "planner_example.py", line 27, in
tree = rrt.build_rrt()
File "/home/boon/Packages/RRT/rrt-planner-master/trunk/rrt.py", line 23, in build_rrt
g = pygraph.graph()
AttributeError: 'module' object has no attribute 'graph'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions