Re: [Fab-user] How do I search for files remotely using glob.glob?

2010-09-24 Thread Jeff Forcier
Hi, Fabric is for running shell commands on the remote machine -- not Python code. If you need to run actual, bona fide Python remotely, you may want to look at the execnet or pyro projects. Otherwise, if you are relatively handy with Unix, you can always make stuff work with Fabric. For

Fwd: [Fab-user] How do I search for files remotely using glob.glob?

2010-09-24 Thread John Keyes
Doh! Didn't cc the list on my reply. -John -- Forwarded message -- From: John Keyes johnke...@gmail.com Date: Fri, Sep 24, 2010 at 11:41 PM Subject: Re: [Fab-user] How do I search for files remotely using glob.glob? To: Yungwei Chen yung...@resolvity.com I am trying to find