Skip to content
Snippets Groups Projects
Commit 5e47b51a authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Do not redirect PythonQt output to plugin.

parent f816d4df
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ namespace gepetto {
PythonWidget::PythonWidget(QWidget *parent) :
QDockWidget("&PythonQt console", parent)
{
PythonQt::init(PythonQt::RedirectStdOut);
PythonQt::init(0);
PythonQt_init_QtBindings();
PythonQtObjectPtr mainContext = PythonQt::self()->getMainModule();
PythonQtObjectPtr sys = PythonQt::self()->importModule ("sys");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment