black wrote: > want to know how many and what the module is imported~ Have a look at sys.modules import sys print len(sys.modules) -- Best Regards Thomas Jensen (remove underscore in email address to mail me)