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

Can't import doctest #81

Open mstoth opened 9 years ago

mstoth commented 9 years ago

Just trying to use doctest I ran into this problem:

import doctest The error was:cannot import name classify_class_attrs Import can't find module, or can't find name in module. An import statement failed to find the module that was defined. You need to find the correct name of the module you want to use. in file C:\Program Files (x86)\JES 4.3\Sources\JESThread.py, on line 62, in function run in file , on line 1, in function ? in file C:\Program Files (x86)\JES 4.3\jython-2.2.1\Lib\doctest.py, on line 298, in function ? ImportError: cannot import name classify_class_attrs