I am using PyKE package for building a Rule Engine in python using this tutorial http://pyke.keplerscience.org/install.html
After installing successfully, I wrote a sample python script, but am getting this error.
>> from pyke import knowledge_engine
ImportError: cannot import name knowledge_engine
I did not find any helping material in google. Can anybody help