On Jul 10, 2008, at 7:20 PM, Paul McNett wrote:

> I'm on Ubuntu 8.04 (hardy) now, and the first error I got after  
> installing
> wxPython 2.8.8.0 was a ValueError on trying to import wx.lib.pdfwin. I
> reverted that try: block back to have a bare except, because it  
> makes sense
> in this case.

        Agreed that it should catch any failure, but not with the use of bare  
excepts. That's one thing that will not be allowed in Python 3.0, so  
it's best to get in the habit of at least catching StandardError.

-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to