Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

References to ddConsoleApp are outdated #55

Open
vtjeng opened this issue Feb 11, 2016 · 4 comments
Open

References to ddConsoleApp are outdated #55

vtjeng opened this issue Feb 11, 2016 · 4 comments

Comments

@vtjeng
Copy link

vtjeng commented Feb 11, 2016

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

@peteflorence
Copy link
Owner

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

@gyubeomim
Copy link

gyubeomim commented Dec 24, 2017

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 :-)

@ghost
Copy link

ghost commented Jan 5, 2018

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?

@allenyh
Copy link

allenyh commented May 1, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants