On Friday, March 7, 2014 2:41:23 PM UTC+11, Zagfai Kwong wrote: > > Could you show us your code? No code you can just say j8. > > On Friday, February 28, 2014 8:10:51 AM UTC+8, Brendan Hayward wrote: >> >> 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. >> >> I'm literally only using the example as given on webpy.org >> http://webpy.org/multiple_apps and all the code there verbatim. It just >> says no. I'm reading through the API trying to find a way around it but no >> luck yet. >> >
-- 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/d/optout.
