<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">El 07/11/16 a las 10:12, Didier Roche
      escribió:<br>
    </div>
    <blockquote
      cite="mid:58d698e9-d76f-68bb-9228-9b5dfd73b23a@ubuntu.com"
      type="cite">
      <blockquote
cite="mid:CAPqgkzreboxD+p4Uic=kfeGgJGFRkKsmJ_s3pvQ_n2HGqyaveA@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div class="gmail_quote">
            <div>How could I found the PYTHON_PATH from the parts ? I
              found that's not possible to download wxPython from PyPI
              so I can't use python-packages either. So I suppose that I
              need a Makefile, where I can specify the PYTHON_PATH. What
              do you think ? What can I specify as path ?</div>
          </div>
        </div>
      </blockquote>
      <br>
      Let's see what Sergio tells (if this is supposed to be supported
      or not) as he did rewrite recently the python plugin. If not, you
      can create your own plugin inheriting from the python one, and
      exporting PYTHON_PATH to what you need (there are some examples in
      the playpen for this).</blockquote>
    <br>
    The new plugin does NOT set PYTHONPATH, instead it sets PYTHONHOME
    and PYTHONUSERBASE. It has been specifically made to work with pypi
    and the latest trendy upstreams. There are ways to use alternate
    sources than pypi by just using the standard pip semantics for a
    required package.<br>
    <br>
    If none of this is good, then you should look into writing your own
    plugin.<br>
    <br>
    Cheers<br>
    Sergio<br>
    <br>
  </body>
</html>