Skip to content

ImportError:No module named PythonQt #628

@Jerryxiaoyu

Description

@Jerryxiaoyu

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions