Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in generating python bindings and running ompl_app #151

Closed
mamoll opened this issue Apr 9, 2013 · 1 comment
Closed

Error in generating python bindings and running ompl_app #151

mamoll opened this issue Apr 9, 2013 · 1 comment

Comments

@mamoll
Copy link
Member

mamoll commented Apr 9, 2013

Original report by Fahad Islam (Bitbucket: fislam, GitHub: fislam).


the prints are:

#!c++

./ompl_app.py 
Traceback (most recent call last):
  File "./ompl_app.py", line 40, in <module>
    from ompl.util import OutputHandler, useOutputHandler, LogLevel
  File "/home/fahad/Downloads/omplapp-0.12.1-Source/ompl/py-bindings/ompl/util/__init__.py", line 4, in <module>
    from ompl.util._util import *
ImportError: No module named _util

I have issue while starting my GUI. Error log is given above. The code which is creating error is:

#!Python

try:
    from ompl.util import OutputHandler, useOutputHandler, LogLevel
except ImportError:
    sys.path.insert(0, join(dirname(dirname(abspath(__file__))), 'ompl/py-bindings' ) )
    from ompl.util import OutputHandler, useOutputHandler, LogLevel

the last line is the line 40.

The issue is the same as discussed in one of the resolved issues, but I don't get it how it happened, the link with same issue is:
#19/something-wrong-when-typing-python

More is that I am not able to run the following Command

#!Script

make update_bindings

the above command gives the following error:

#!Script
make: *** No rule to make target `update_bindings'.  Stop.

Please tell what I am doing wrong.

@mamoll
Copy link
Member Author

mamoll commented Apr 9, 2013

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


Duplicate of #29.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant