계속 오류가 발생합니다 : <type 'exceptions.ImportError'> cannot import name get_cert_infos
. 나는 모든 것을 정확하게 가져올 것이라고 확신한다. 문제의 파일은 participant.py
하고 있습니다web2py python - ImportError는 이름을 가져올 수 없습니다.
from datetime import date
from widgets import SelectOrAdd, LabelSortedOptionsWidget, DynamicSelect, \
AutocompleteReferenceWidget
from communication import handle_notification, send_email
from utility import create_temp_password, hash_password
from export import get_cert_infos, build_certificate
내가 exports.py
이 있고 get_cert_infos
및 build_certificate
방법이 내부에 존재한다. 나는 그 문제가 무엇인지 이해하지 못한다.
나는 export
설치하고 ImportError: Cannot import name X
'export.py' 또는'exports.py'입니까? 어쨌든 그 모듈은 무엇입니까? 우리가 그것을 볼 수 있을까요? – cdonts