Re: fuzzy or boolean text search

2008-12-09 Thread morecowbell
On Dec 9, 12:14 am, John Machin <[EMAIL PROTECTED]> wrote: > On Dec 9, 4:36 pm, n00b <[EMAIL PROTECTED]> wrote: > > > hi, > > > i'm looking for advice/suggestions for text search, preferably with > > boolean or even fuzzy capabilities, and for use with mysql innodb > > tables.  asking too much :) ?

Re: remote unzip

2008-11-01 Thread morecowbell
On Nov 1, 5:35 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > morecowbell wrote: > > i got a bunch of zip files on a remote server and need to get to one > > of the files, an xml file, in each of the archives. fairly simple to > > do locally with zipfile but i don't

remote unzip

2008-10-31 Thread morecowbell
greetings, i got a bunch of zip files on a remote server and need to get to one of the files, an xml file, in each of the archives. fairly simple to do locally with zipfile but i don't seem to be able to combine that local code with the paramiko sftp client. a rather simplified code snippet to il