<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Ok Tony, thanks, it works!<br>
    Now, i've an other problem:<br>
    I'm writing a simple package browser accessible to screen readers.<br>
    For this purpose i'm using pkgutil, that iterates from modules in
    sys.path etc.<br>
    Unfortunately .net modules, even if I import clr, doesn't appear on
    list of pkgutil.iter_modules.<br>
    I tried with jedi, for autocompletion, but jedi is unable to
    retrieve classes and methods for .net modules.<br>
    There's a way to list .net modules with clr?<br>
    Thanks!<br>
    <br>
    <div class="moz-cite-prefix">Il 03/09/2015 17:28, Tony Roberts ha
      scritto:<br>
    </div>
    <blockquote
cite="mid:CA+XbcsY5_+NwXh+FFGTq-=y747ym3H2ZgR6Qe6e2r_5JGXkPHQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>take a look at setup.py. That's the easiest way to build it
          for Python 3.4 (you can use the solution, but you'll need to
          edit some settings - check setup.py to see what it sets). You
          should be able to modify setup.py to make it pick up VS 2015
          easily enough.</div>
        <div><br>
        </div>
        <div>regards,</div>
        <div>Tony</div>
        <div><br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr">On Wed, Sep 2, 2015 at 8:45 PM germano carella
          <<a moz-do-not-send="true"
            href="mailto:germano.carella@gmail.com">germano.carella@gmail.com</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi to all,<br>
          The question is in object: can I use python for .net on python
          3.4,<br>
          windows 10 and visual studio 2015?<br>
          I tried to build solution with vs 2015, no errors when
          compiling. But,<br>
          by starting NPython.exe it seems to look at python27.dll
          instead of<br>
          python34.dll.<br>
          I used 2to3 script in pythonnet folder before trying to
          compile with vs2015.<br>
          Now, there is any way to use it with python 3.4?<br>
          Thanks!<br>
          _________________________________________________<br>
          Python.NET mailing list - <a moz-do-not-send="true"
            href="mailto:PythonDotNet@python.org" target="_blank">PythonDotNet@python.org</a><br>
          <a moz-do-not-send="true"
            href="https://mail.python.org/mailman/listinfo/pythondotnet"
            rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/pythondotnet</a><br>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________
Python.NET mailing list - <a class="moz-txt-link-abbreviated" href="mailto:PythonDotNet@python.org">PythonDotNet@python.org</a>
<a class="moz-txt-link-freetext" href="https://mail.python.org/mailman/listinfo/pythondotnet">https://mail.python.org/mailman/listinfo/pythondotnet</a></pre>
    </blockquote>
    <br>
  </body>
</html>