i compiled caffe successfully in my ubuntu machine but cannot import in python.
Caffe is installed /home/pbu/Desktop/caffe
i tried adding the /home/pbu/caffe
Well, I use the cmake-gui for making Caffe. There you need to set the Python paths to the Anaconda-python:
cmake-gui
making
PYTHON_EXECUTABLE /bin/python2.7 PYTHON_INCLUDE_DIRECTORY /include/PYTHON2.7 PYTHON_LIBRARY /lib/libpython2.7.so