Re: [Tutor] A small query on fabric

2015-11-20 Thread Alan Gauld
On 20/11/15 12:29, Santosh Kumar wrote: All, i am working on fabric with python . I have a structure as below. I know nothing of Fabric and this list is really for Python language and standard library questions. But there is a fabric mailing list and a twitter feed, you should probably try th

[Tutor] A small query on fabric

2015-11-20 Thread Santosh Kumar
All, i am working on fabric with python . I have a structure as below. topdir + fabfile.py other_scripts + script1 + script2 + script3 I am trying to import these scripts into fabfile.py and use them for executing across multiple hosts. But i am able to run them only on the localhost not abl