mainModule.evalScript(QString("sys.path.append('%1')\n").arg(QDir::currentPath())); mainModule.evalScript("import eyed3tagger\n");
PythonQt::self()->addSysPath(QApplication::applicationDirPath() + "/python/DLLs"); PythonQt::self()->addSysPath(QApplication::applicationDirPath() + "/python/Lib");