There is code in Waitress that contains the error message. https://github.com/Pylons/waitress/blob/master/waitress/runner.py#L185
Essentially the problem lies within your application code. How do you call Waitress? Got full stack trace? --steve On 1/9/19 at 1:15 AM, [email protected] (Venkat Ramakrishnan) pronounced: > Hello, > > I just started off with Waitress with Falcon. Wrote my first app and the > class, > and I get "1. Malformed application" from Waitress. Is there any > documentation > that can point me to why I am getting this error? As far as I could tell, > I see > everything fine with my syntax. Probably I am missing out something > mandatory > about the file directory structure or the arguments I pass perhaps? Any > direction > would be appreciated. Thanks! > ------------------------ Steve Piercy, Eugene, OR -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/r480Ps-10126i-F268324A914F4D76B30E753B760FCD8F%40Steves-iMac.local. For more options, visit https://groups.google.com/d/optout.
