module - Python Can't Find Importlib -


I am trying to import imported Lib module but I get this message:

< Code> & gt; & Gt; & Gt; Importlib traceback (most recent call final): File "& lt; string>", line 1, & lt; Module & gt; Name: Error: The name 'importlib' is not defined

I have manually imported Lib file in the Python folder, so I know that I have it. I'm running Python version 3.4.1 I also tried to install the importer, but did not even get it.

What's going on? You must use a statement to load it:

& gt; & Gt; & Gt; Import Import & gt; & Gt; & Gt; Importlib & lt; Module 'importlib' from 'C: \\ Python 33 \\ lib \\ importlib \\ __init __.py' & gt;

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -