Dear list,

Is there a better way than doing

try:
   import aModule
except:
   has_aModule = False
else:
   has_aModule = True

The main concern here is that loading aModule is unnecessary (and may 
take time).

Many thanks in advance.
Bo
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to