On Wed, Jul 24, 2013 at 6:03 AM, Eduardo Robles Elvira <[email protected]> wrote: > The example uses sqlite, but the same happens when using postgresql.. > > OperationalError: Operatio...e: foo',) > > ¿Any ideas? >
I think the first thing to solve is to figure out why the exception is getting cut off strangely like that. There is probably something useful to google for inside that "..." :) Do you have a normal python traceback? (no ipdb) Also, flask has a separate mailing list, you might want to ask there instead: http://flask.pocoo.org/mailinglist/ -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. For more options, visit https://groups.google.com/groups/opt_out.
