We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71666ca commit 0efb57fCopy full SHA for 0efb57f
src/Compat/gui.jl
@@ -159,7 +159,7 @@ function init_gui()
159
160
# add a hook to automatically call fix_qt_plugin_path()
161
fixqthook =
162
- Py(() -> (Core.CONFIG.auto_fix_qt_plugin_path && fix_qt_plugin_path(); nothing))
+ Py(() -> (PythonCall.Core.CONFIG.auto_fix_qt_plugin_path && fix_qt_plugin_path(); nothing))
163
pymodulehooks.add_hook("PyQt4", fixqthook)
164
pymodulehooks.add_hook("PyQt5", fixqthook)
165
pymodulehooks.add_hook("PySide", fixqthook)
0 commit comments