gatech-csl / jes

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

Functions that worked no longer work. #121

Open EmmaCalzone opened 5 years ago

EmmaCalzone commented 5 years ago

Hello, I am totally new to JES and programming in general. I was using an example function that was working great that is no longer working. It is identical to the 'makeTurtle' JES Functions tab and I am still getting an error. I have an assignment due Monday and cannot get some of my functions to work that were previously working as expected.

Function:

def makeSmallerWorld(): mars = makeWorld(500, 500)

Error:

======= Loading Program =======

makeWorld() The error value is: maximum recursion depth exceeded Unspecified run-time error. An unexpected error happened. Please check line 2 of C:\XXX\XXX\makeWorld.py