이 글은 제가 작성한 지 1년 넘은 글 입니다. 틀리거나 허접한 내용이 있을 수 있습니다.

내가 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

hihihello