내가 exe로 만드려는 python 파일은

keyword.py 나 뭐 module.py 나 이딴 이름으로 하면

기존에 있던 모듈이랑 이름이 충돌해서 에러뜸

프로젝트 파일은 무조건 충돌 날 여지 없이 프로젝트 명으로 합시다.

 

partiAttributeError: partially initialized module 're' has no attribute 'compile' (most likely due to a circular import)

ImportError: cannot import name 'namedtuple' from 'collections'

 

검색 결과가 나올리가 없지...

+ Recent posts