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

importing classes and modules. #96

Closed rburkhardt-csumb closed 8 years ago

rburkhardt-csumb commented 8 years ago

I am not sure if JES has the ability to do this or not but if it does, how does one import nonstandard classes and modules that they create?

mjguzdial commented 8 years ago

We built in a function "addLibPath" that adds a function to sys.path. Creating libraries and accessing them is described on pages 246-247 of the Python 4th Edition MediaComp book.


From: rburkhardt-csumb notifications@github.com Sent: Sunday, April 3, 2016 9:26 PM To: gatech-csl/jes Subject: [gatech-csl/jes] importing classes and modules. (#96)

I am not sure if JES has the ability to do this or not but if it does, how does one import nonstandard classes and modules that they create?

You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHubhttps://github.com/gatech-csl/jes/issues/96

rburkhardt-csumb commented 8 years ago

Thank you. I will get a copy of the book