rll / cyres

Python bindings for ceres-solver (via Cython)
BSD 2-Clause "Simplified" License
44 stars 21 forks source link

Unable to get quadratic.py running #4

Open zotmeister opened 8 years ago

zotmeister commented 8 years ago

I was able to install cyres after making the changes in #1 . However I am unable to get the example quadratic.py running on my Ubuntu. I ran "python setup.py install" under ../examples/quadratic and I see the package: /usr/local/lib/python2.7/dist-packages/cost_functions However I get the following in python:

from cost_functions.wrappers import SimpleCostFunction Traceback (most recent call last): File "", line 1, in ImportError: No module named cost_functions.wrappers

Is there any example as to how I can get a simple example up and running? Thank you.