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
This happens when you have not run make for the python files separately.
make
Run make pycaffe soon after running make in the Caffe directory.
make pycaffe
You may have to set the path to the python library correctly in Makefile.config
Makefile.config