Python Forum

Full Version: can not import name invalidate_caches
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I just showed the result in Python 2.7
I read all the posts  Smile
(May-01-2017, 08:05 AM)buran Wrote: [ -> ]Is this issue raised by you?

Yes, it is.

(May-01-2017, 02:04 PM)nilamo Wrote: [ -> ]You didn't happen to name one of your files "importlib.py", did you?

The error is saying that the file is found, but that the function doesn't exist within it.  Since importlib is part of the standard library, maybe the file's being shadowed somewhere?

No, I don't have a file named "importlib.py".
Pages: 1 2