gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
60 stars 38 forks source link

chdir does not work #73

Closed mstoth closed 10 years ago

mstoth commented 10 years ago

Sorry if this is a known problem but I didn't see it mentioned. os.chdir('path') does not work for me. (os is imported for the example below)

os.chdir('/Users') The error was: /Users OS system call failed. An error occurred while making an operating system call. Please tell a TA what you were doing when this happened, so we may correct it.

leafstorm commented 10 years ago

This has been fixed in the development build. In the next release, it will work.