I downloaded the latest Drake precompiled release and tried to run the following code:
from director.consoleapp import ConsoleApp
app = ConsoleApp()
view = app.createView()
view.showMaximized()
app.start()
but got the error ImportError: No module named PythonQt
Is there something that I need to add to PYTHONPATH ?
I downloaded the latest Drake precompiled release and tried to run the following code:
but got the error
ImportError: No module named PythonQtIs there something that I need to add to PYTHONPATH ?