04-19 13:23
Recent Posts
Recent Comments
관리 메뉴

너와나의 관심사

window import tempfile permission 문제 본문

카테고리 없음

window import tempfile permission 문제

벤치마킹 2019. 2. 20. 01:31

import tempfile


tmpfile = tempfile.NamedTemporaryFile(suffix='.tmp', delete=False)

NamedTemporaryFile(suffix='.tmp', delete=False)


위 처럼 저렇게 설정해주고 하면 문제 없이 windows 에서 동작잘함 


tmp 폴더 위치는

내컴퓨터 -> 속성 -> 고급시스템설정 ->  환경변수 TMP 에서 확인바람 



Comments