/Magari è un problema di path (di windows), perché non provi ad usare il path completo a TFTP, dentro put.bat?

Sembrerebbe che il percorso del programma TFTP non sia nel path

/
/Io per usare software tipo pdftotext ho fatto così.../
/
/
/from subprocess import Popen, PIPE/
/
/
/cmd = 'PUT.bat 192.168.1.1'
/
/proc = Popen(cmd, shell=True, stdout=PIPE)
/
/stdout = proc.communicate()[0]/
/
/
/prova un po'/


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

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.

_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a