[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: PExpect Cross-Platform Alternative

corey goldberg

2/12/2010 6:18:00 PM

> > I was just tasked to get
> > these scripts running in a windows environment and to my dismay very
> > quickly realized that pexpect is not cross platform compatible.
> > Am I stuck, or are there solutions out there?


I haven't tried it, but here is another Python implementation of
Expect that claims to run on Windows also:

http://code.google.com/p/pyth...

-Corey