0

I able to load a module in python using

mod = importlib.load_module('module_name')

Now I want to load everything from mod using this way

from mod import *

How could I do that? Above statement gives me error saying, no module name mod.

Dimitris Fasarakis Hilliard
  • 150,925
  • 31
  • 268
  • 253
Deepak Verma
  • 653
  • 1
  • 10
  • 24

0 Answers0