On Fri, May 28, 2010 at 2:17 AM, Alexmipego <[email protected]> wrote: > Hi, >
:o) > 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.py", line 275, in run_tidy > process = subprocess.Popen(_tidy_cmd, stdin=subprocess.PIPE, > AttributeError: 'module' object has no attribute 'Popen' > > I'm guessing this is trying to use some function that GAE has locked > out for some reason, but, is there a working Twill version or anyone > using it that could help me out? > What are you doing exactly with twill ? If you're using in-process intercept functionality then it might not work at GAE (I mean in the cloud ;o), but it should work in development environment . If this is the case I see no reason for using that feature in a production environment . If this is not the case , please specify what are you trying to do ;o) -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: Control de usuarios personalizado con Apache y mod_authnz_external - http://feedproxy.google.com/~r/simelo-es/~3/cBNqfg_xMaw/control-de-usuarios-personalizado-con.html -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
