On Wed, 2010-09-29 at 21:40 +0200, Dirk Meyer wrote:
> Log:
> Catch problems when unpickeling the exception. This is needed
> because for some reason urllib2 Exceptions cannot be recreated
[...]
> +            try:
> +                exc_value, stack = cPickle.loads(payload)
> +            except Exception, e:
> +                exc_value, stack = e, ''

This is dubious.  What exception were you seeing?  I'd like to try to
fix it properly.


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to