X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/73a223694a5ef4c6925410a87878960e9d68e899..015fd9ef4833ec3d8b0043a1c7e448c8be4f734a:/wxPython/config.py?ds=inline diff --git a/wxPython/config.py b/wxPython/config.py index 8b8d4ce358..04a6739ad4 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -96,6 +96,9 @@ class BuildRenamers: assert FOUND_LIBXML2, "The libxml2 module is required to use the BuildRenamers functionality." + if not os.path.exists(wxPythonDir): + os.mkdir(wxPythonDir) + swigDest = os.path.join(destdir, "_"+modname+"_rename.i") pyDest = os.path.join(wxPythonDir, modname + '.py')