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

Cannot Load Program #66

Closed leafstorm closed 10 years ago

leafstorm commented 10 years ago

From dylanp...@gmail.com on September 09, 2013 20:42:11

When I try to download a program for the program screen to the black executable screen by clicking the download botton, it never finishes downloading.

Original issue: http://code.google.com/p/mediacomp-jes/issues/detail?id=66

leafstorm commented 10 years ago

From guzd...@gmail.com on September 09, 2013 18:03:46

Could you share the file? My guess is that you actually execute some code in the file (not just def functions), and your code is starting an infinite loop.

leafstorm commented 10 years ago

From dylanp...@gmail.com on September 09, 2013 19:21:28

Problem has been fixed. Thank you for the comment.