OK, I needed to download pyke3-1.1.1.zip. But I cannot find it!
Just getting started. I went to load from pyke import knowledge_engine Got File C:\Program Files\pyke-1.1.1\pyke\contexts.py:178 print "%s: %s" % (var_name, repr(self.lookup_data(var_name, True))) ^ SyntaxError: Missing parentheses in call to 'print'. I installed pyke-1.1.1, which I thought was Python 3 compatible. This is the old Python print format, not used in Python3. Can anyone advise on best way to handle?