Machine-Learning-6.867-homework icon indicating copy to clipboard operation
Machine-Learning-6.867-homework copied to clipboard

References to ddConsoleApp are outdated

Open vtjeng opened this issue 9 years ago • 4 comments

In the new version of director, it's now called directorPython. In addition, import statements referring to ddapp should be changed to director.

vtjeng avatar Feb 11 '16 20:02 vtjeng

Thanks @vtjeng, I guess I don't have newest version of director. This will be good to know when I update

peteflorence avatar Feb 11 '16 20:02 peteflorence

Hi first of all, I appreciate using your such a well-made codes

but I've got one question, after changing from ddConsoleApp to director, I tried to use jupyter notebook. then I typed $ directorPython /usr/local/bin/jupyter notebook then open it, but I've got an error while I go with "from simulator import Simulator" statement

error is like

_~/gitrepo/Machine-Learning-6.867-homework/project/code/simulator.py in () ----> 1 import director.vtkAll as vtk 2 import director.visualization as vis 3 import director.objectmodel as om 4 from director.debugVis import DebugData 5 from director.consoleapp import ConsoleApp

ImportError: No module named vtkAll_

then I tried to use ipython instead of jupyter but It wasn't even opened then got errors

Is there any good way to solve this problem? Thx :-)

gyubeomim avatar Dec 24 '17 17:12 gyubeomim

I've also had the exact same issue when trying to run runcar.ipynb. Anyone found a solution or been able to run in 2018?

ghost avatar Jan 05 '18 21:01 ghost

I've met the same issue with tigerk0430, then I tried to exchange the position of each import and from ... import ... , the same problem came out. I thought maybe it's caused by haven't catkin_make, then I encounter another problem default and I don't know how to fix it. Any one help?

allenyh avatar May 01 '18 12:05 allenyh