at load, check if there are extras, if yes: try: import_module except ImportError: print 'maybe missing extras?'
at load, check if there are extras, if yes:
try:
import_module
except ImportError:
print 'maybe missing extras?'