I just used plonk.exe as an example so you could see that finding the plink.exe executable is not an issue. :)
I forgot to answer you regarding the paramiko suggestion. Paramiko was the first thing I tried before resorting to winpexpect and plink. It worked fine for scripting configuration to Juniper JunOS devices, but it just died after logging into devices running Cisco IOS and Juniper ScreenOS. 2012/5/31 Thomas Kluyver <[email protected]>: > On 31 May 2012 14:01, William Söderberg <[email protected]> wrote: >> File "testwinpexpect.py", line 8, in <module> >> winpexpect.winspawn("plonk.exe") > > If the file's called plink.exe, then I think looking for plonk.exe > might be the first problem. ;-) > > Beyond that, I don't quite know what the problem is. There might be > other DLLs that plink needs, but in that case I'd expect a different > error message. Anthony may have more ideas. > > Thomas > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > cx-freeze-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cx-freeze-users -- Med vänliga hälsningar / Kind regards, William ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
