<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <br>
    <div class="moz-cite-prefix">Le 09/06/2023 à 18:11, Toussaint OTTAVI
      via QGIS-User a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:acefcaf6-973b-9304-8793-13e067fa9fc8@bc-109.com"><font
        face="Calibri"> If I understand well, I'll have to write a
        customized startup script, with correct path (not pointing to my
        c:\python\lib) so that QGis can start using the included Python
        interpreter (and not my system-wide one). But I didn't find how
        to achieve that.</font><br>
    </blockquote>
    <br>
    For now, the only workaround I found to start QGis is to remove
    completely my system-wide "c:\python" directory.<br>
    Trying to configure path and PYTHONPATH with priority to the QGis
    folder (such as the included .bat files do) does not work. Doing so,
    and using SysInternals Process Monitor, we can see it still tries to
    load things from my "c:\python" directory, and it fails because
    there are incompatible library versions.<br>
    <br>
    Of course, removing my system-wide Python installation is not an
    acceptable workaround ;-)<br>
    <br>
    How to force QGis to use only the Python stuff in its folders and
    sub-folders ? Virtualenv ?<br>
  </body>
</html>