AttributeError variable import pickle solution

Problem Description:

AttributeError: 'module' object has no attribute ‘attr1’

  

solution:

# Find the error file a.py 
from A Import attr1

  

Guess you like

Origin www.cnblogs.com/sddai/p/11496515.html