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.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?
Cheers
--
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.