<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font color="#666666"><small><small><i>Magari è un problema di path
            (di windows), perché non provi ad usare il path completo a
            TFTP, dentro put.bat?<br>
            <br>
            Sembrerebbe che il percorso del programma TFTP non sia nel
            path
            <br>
            <br>
          </i></small></small></font>
    <div><font color="#666666"><small><small><i>Io per usare software
              tipo pdftotext ho fatto così...</i></small></small></font></div>
    <div><font color="#666666"><small><small><i><br>
            </i></small></small></font></div>
    <div><font color="#666666"><small><small><i>from subprocess import
              Popen, PIPE</i></small></small></font></div>
    <div><font color="#666666"><small><small><i><br>
            </i></small></small></font></div>
    <div><font color="#666666"><small><small><i>cmd = '<span
                style="font-family:arial,sans-serif;font-size:13.333333969116211px">PUT.bat
                192.168.1.1</span>'<br>
            </i>
          </small></small></font></div>
    <div><font color="#666666"><small><small><i>proc = Popen(cmd,
              shell=True, stdout=PIPE)<br>
            </i></small></small></font></div>
    <div><font color="#666666"><small><small><i>stdout =
              proc.communicate()[0]</i></small></small></font></div>
    <div><font color="#666666"><small><small><i><br>
            </i></small></small></font></div>
    <div><font color="#666666"><small><small><i>prova un po'</i></small></small><br>
      </font><br>
    </div>
    <br>
    per il path, ho provato e continua a non funzionare, poi se lancio
    il bat da shell va che è una meraviglia ma se lancio il bat da
    pytnon no<br>
    <br>
    Ho provato anche subprocess e dà lo stesso problema, l'unica
    differenza è che siccome lo devo compilare con py2exe e c'è un
    mefitico bug, devo impostare shell=False altrimenti da un problema
    sull'handle.<br>
    <br>
  </body>
</html>