Open marcogomes opened 14 years ago
Hi Marco,
We couldn't reproduce the error but there's apparently a problem with the GoogleAppEngineLauncher, python2.6 and the urllib module in OSX.
Please, try configuring your GoogleAppEngineLauncher in order to use python2.5 (which is GAE's default python version).
Look this thread for more information: http://code.google.com/p/googleappengine/issues/detail?id=985#c4
I downloaded the source, pasted the "neocortex" folder inside my Google App Engine project folder and Imported it with
from neocortex.client import NeocortexRestClient
.The following code: nc = NeocortexRestClient('mykey') ca = nc.categories(input)
Is raising the following error: