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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to