Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104359
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2016-03-08 12:55 -0800 |
| References | <mailman.8308.1395339749.18130.python-list@python.org> |
| Message-ID | <f2625eb9-178c-41c1-95b7-92364f29ada4@googlegroups.com> (permalink) |
| Subject | Re: Installing ssdeep on Portable Python |
| From | morr.drew@gmail.com |
Were you able to solve this problem? I am also seeing this On Thursday, March 20, 2014 at 2:22:19 PM UTC-4, lagu...@mail.com wrote: > Portable Python 2.7 for Windows, the Python application have dependency on ssdeep-2.10, which is a binary exe. > > The ssdeep (libfuzzy) installation example was shown for Linux platform only: > ---- > a) libfuzzy can be installed via apt-get: > > $ sudo apt-get install libfuzzy2 > > b) to install libfuzzy from source, download the gzipped tarball from http://ssdeep.sourceforge.net/#download, then run: > > $ tar -zxvf ssdeep-2.10.tar.gz > $ cd ssdeep-2.10 && ./configure && make && sudo make install > ----- > I need install it on PortablePython for Windows, so it's not clear how to make this: where should be placed ssdeep Windows binary files, that Python application can found it?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Installing ssdeep on Portable Python morr.drew@gmail.com - 2016-03-08 12:55 -0800
csiph-web