more on this crazy error:
here is my web call in my python script:
application = webapp.WSGIApplication([
('/', Linker),
('/bill', Linker),
('/Linky', Linker),
('/Link', Linker),
('/sign', Linker)
The only one that works is - ('/Linky', Linker),
BUT they are all the same otherwise. Never seen anything like it.
error is page not found or illegal seek for the 1st argument.
--
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.