Notice
Recent Posts
Recent Comments
Link
- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
[Nature of Code] Processing 본문
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
'Python' 카테고리의 다른 글
파이썬 기초 강의 (0) | 2016.08.01 |
---|---|
[파이썬으로 풀어보는 수학] Doing Math With Python (0) | 2016.07.31 |
Python Pandas 기초 - DataFrame 사용법 (0) | 2016.06.17 |
[python] Seaborn: statistical data visualization (0) | 2016.06.17 |
jupyter에서 watermark 패키지 실행하기 (0) | 2016.06.08 |
Comments