On Sun, May 12, 2013 at 11:06 PM, Andrew Smolik <[email protected]> wrote: > Why is the filter not working?
This may or may not help, but I noticed you're throwing away all exceptions inside the filter. What if you get rid of the try/except? Do you get an exception? -Steve -- You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
