I\'m using the Python-Freebase module\'s mqlread(). Using the following query:
query = [{
\"cursor\": True,
\"id\": None,
\"type\": \"/games/gam
Support for MQL envelope parameters was dropped, presumably accidentally, in the 1.0.8 release of the Freebase Python library.
If not don't need MQL extensions, you can just drop the parameter extended=True parameter and use mqlreaditer(query).
If you need MQL extensions (or other envelope parameters), you'll have to fall back to 1.0.6 until someone fixes the problem and does a new release.
sudo easy_install freebase==1.0.6