[google-appengine] Re: How to use Twill

2010-05-29 Thread Alexmipego
I'm using 2.6 and as mentioned, the project runs fine on the same machine if I'm using the standalone version (read: without GAE). On May 28, 4:01 pm, Olemis Lang ole...@gmail.com wrote: On Fri, May 28, 2010 at 7:59 AM, Alexmipego alexmip...@gmail.com wrote: Ohh, and the error is on the devel

[google-appengine] How to use Twill

2010-05-28 Thread Alexmipego
Hi, I'm trying to run some old python code that uses Twill on GAE. Unfortunately, it doesn't seem to work. What I did was copy paste the code and the source files for the twill library. And then I'm getting this error: \src\twill\utils.pyquot;, line 275, in run_tidy process =

[google-appengine] Re: How to use Twill

2010-05-28 Thread Alexmipego
if it was on a bash or cmd.exe shell instead of calling a lib linked in the sources. So, any clues? On 28 Maio, 13:44, Olemis Lang ole...@gmail.com wrote: On Fri, May 28, 2010 at 2:17 AM, Alexmipego alexmip...@gmail.com wrote: Hi, :o) I'm trying to run some old python code that uses Twill on GAE

[google-appengine] Re: How to use Twill

2010-05-28 Thread Alexmipego
Ohh, and the error is on the devel machine, not on GAE servers. On 28 Maio, 13:57, Alexmipego alexmip...@gmail.com wrote: Hi, I'm not familiar with that intercept feature, perhaps I'm using it without knowing. Anyway, my test case is pretty simple: import twill.commands

[google-appengine] Why is Memcache more expensive than DataStore?

2010-05-25 Thread Alexmipego
Hi, As far as I know/understand, memcache is a project dedicated to make distributed caching efficient and as cheap as possible. Since it doesn't allow for SQL/DataStore-like queries one would also assume that Google would like to encourage people to cache more and hit the DataStore less, this