Experimenting with web.py, and want to create a web.py site with multiple python apps.
Running the script gives the error: AttributeError: 'module' object has no attribute 'run' This is obvious as 'run()' is a web.application method, not web by itself. Other errors I've come across in attempting to get the code work (exactly as written on web.py) give 'function object not iterable' in reference to delegate.run.handler and 'cannot concatenate str and tuple' in reference to run.mapping. There must be ways to make this work, but I'm a novice and can't identify them from the documentation, this forum, SO or google. Please help if possible. -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
