Hi, I am switching my application from imperative to declarative configuration using view_config.
However, when I add config.scan() to __init.py__, my application refuses to start. If I do: 'paster serve config.ini ', I get a message saying 'no such option --reload'. If I just do 'paster serve config.ini' the error is: ConifgParser.NoSectionError. Removing config.scan() once again allows the application to run normally. Am I missing other steps or options? Thanks for any thoughts, Ben -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
