Hi, Is there a way to suppress all the errors when importing a module in python?
By that I mean.. If I have other imports in the module I'm trying to import that fail, I still want my module to be imported that way.. Many thanks.
-- http://mail.python.org/mailman/listinfo/python-list