October 26, 2009
I’m getting back into appengine at the moment, and I came across this error:
No module named _multiprocessing
A google search turned up this error report:
http://code.google.com/p/googleappengine/issues/detail?id=1504
which lead to this post:
http://code.google.com/p/soc/wiki/GettingStarted
The problem was of-course, that I was using Python 2.6 instead of 2.5.
I love Linux, the solution is trivial:
The workaround for this is to install Python 2.5 [...]
Read the full article →
October 10, 2009
I just recently noticed that Amazon have changed the way you invoke their Product Advertising API - you now need to sign requests as described in the Example REST Requests.
I obviously haven’t been reading my emails, since the first clue came when I saw:
<Error><Code>MissingParameter</Code><Message>The request must contain the parameter Signature.</Message></Error>
Luckily, they have a java example [...]
Read the full article →