diff --git a/PyInt.cpp b/PyInt.cpp index c73fdeab..def8b8ef 100644 --- a/PyInt.cpp +++ b/PyInt.cpp @@ -479,6 +479,7 @@ void TPythonScreens::update() void TPythonScreens::setLookupPath(std::string const &path) { _lookupPath = path; + std::replace(_lookupPath.begin(), _lookupPath.end(), '\\', '/'); } TPythonScreens::TPythonScreens()