Python
[Nature of Code] Processing
브라이언7
2016. 7. 31. 23:20
nature of code
/The-Nature-of-Code-Examples
Processing 프로그램 다운로드
https://processing.org/download/?processing
[ Trouble Shoot ]
1) Processing 프로그램에서
Project 경로에 한글이 포함되어 있으면 다음과 같은 에러가 발생
java.lang.IllegalArgumentException: Cannot create PyString with non-byte value
2) 최초 실행 시 import {Class이름} 있는 소스에서 Run 시키면 다음과 같은 에러 발생 Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at processing.app.SketchCode.getDocumentText(SketchCode.java:228)
[해결책] py 파일이 있는 탭 화면으로 이동 후에 실행하면 정상 실행됨.
< FORCE 이해하기 >
http://www.slideshare.net/dahlmoon/20160730