Hi there. I did separate my application on a few files. But now I get an annoying "Internal server error" when pointing my browser to it. Terminal shows this messages:
$ ./synergy.py index.py synergy.py http://0.0.0.0:8080/ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/web/application.py", line 237, in process return self.handle() File "/usr/lib/python2.7/site-packages/web/application.py", line 227, in handle fn, args = self._match(self.mapping, web.ctx.path) File "/usr/lib/python2.7/site-packages/web/application.py", line 424, in _match what, result = utils.re_subm('^' + pat + '$', what, value) TypeError: cannot concatenate 'str' and 'instance' objects 127.0.0.1:43018 - - [01/Nov/2011 03:57:36] "HTTP/1.1 GET /" - 500 Internal Server Error Instead of putting code here, I rather show my repository: https://bitbucket.org/tschertel/synergy/src I'll be very glad if someone could help me. Thanks. -- Tomás Schertel ---------------------------------------------- Linux Registered User #304838 Arch Linux User http://www.archlinux.org/ ---------------------------------------------- -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to webpy@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.