민서네집

[Nature of Code] Processing 본문

Python

[Nature of Code] Processing

브라이언7 2016. 7. 31. 23:20

nature of code


http://natureofcode.com/


번역본: http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9788968481901&orderClick=LEA&Kc=


/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 파일이 있는 탭 화면으로 이동 후에 실행하면 정상 실행됨.


20160730-160726074138.pptx

my_sources.zip



< FORCE 이해하기 >

http://www.slideshare.net/dahlmoon/20160730



Comments