You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The director package comes with a binary named directorPython. Try using this instead of python to launch the program. PythonQt is not a standard python module that can be found in the python path, it has to be initialized from C++. The directorPython command line program is equivalent to python but it manages the initialization of Qt and PythonQt.
I have a change that I've been experimenting with that removes the requirement of using directorPython. I might land something like this in the future after a little more testing.
I downloaded the latest Drake precompiled release and tried to run the following code:
but got the error
ImportError: No module named PythonQt
Is there something that I need to add to PYTHONPATH ?
The text was updated successfully, but these errors were encountered: