If you have your mapping in another module do the following: Example:
# config.py: mapping = ( '/', 'controllers.Index', ) # myapp.py from config import mapping app = web.application(mapping, globals()) On Apr 21, 11:17 am, docyes <[EMAIL PROTECTED]> wrote: > Sure, I will create a simplified application that mimics the > structure. Standby... > > On Apr 21, 11:05 am, "Aaron Swartz" <[EMAIL PROTECTED]> wrote: > > > Can you share your code? You must be passing something odd to > > web.application to get this, I would think. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
