Open keshavagrawal89 opened 10 years ago
That import statement overrides the regular fabric keywords such as run(). If you have not previously specified any expectations, the fexpect-wrapped run()
cannot find them. You could change the import statement to something like:
from ilogue.fexpect import erun
This way the two versions do not get confused
I don't know if its happening only with me or anybody else is also facing the same issue.
The moment I import this package
in my fabfile the script stops running with the following error:
Versions used: fexpect==0.2.post7 Fabric==1.8.0