Python Forum
can not import name invalidate_caches
Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can not import name invalidate_caches
#8
I get this with Python 2

~ ❯❯❯ python
Python 2.7.12 (default, Nov 19 2016, 06:48:10) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from importlib import invalidate_caches
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name invalidate_caches
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
can not import name invalidate_caches - by Bani - Apr-30-2017, 04:37 PM
RE: can not import name invalidate_caches - by Bani - May-01-2017, 04:48 AM
RE: can not import name invalidate_caches - by Bani - May-01-2017, 07:50 AM
RE: can not import name invalidate_caches - by Bani - May-03-2017, 06:49 AM
RE: can not import name invalidate_caches - by wavic - May-01-2017, 08:36 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020