MIT 6.01SC Introduction to Electrical Engineering and Computer Science I6 Online
OpenStudy (anonymous):
I am working on the Designlab 3 on testmove.py.
When I load the program on soar. I immediately receive the follow error, but I don't receive anything when I execute the check module or run module on IDLE:
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk/Tkinter.py", line 1410, in __call__
r File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk/Tkinter.py", line 1410, in __call__
return self.func(*args)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/form/widgets.py", line 185, in
button = Button(buttonframe, command = lambda: apply(formula[1], formula[4]()))
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/soar/application.py", line 315, in openBrain
not reload)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/soar/application.py", line 496, in setControl
raise e
ImportError: No module named dynamicMoveToPointSkeleton
eturn self.func(*args)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/form/widgets.py", line 185, in
button = Button(buttonframe, command = lambda: apply(formula[1], formula[4]()))
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/soar/application.py", line 315, in openBrain
not reload)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/soar/application.py", line 496, in setControl
raise e
ImportError: No module named dynamicMoveToPointSkeleton
/Users/xxxx/lib601-3-500/designLab03/testMove.py