Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68646 > unrolled thread

Re: Installing ssdeep on Portable Python /advice

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2014-03-21 00:27 +0000
Last post2014-03-21 00:27 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Installing ssdeep on Portable Python /advice Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-21 00:27 +0000

#68646 — Re: Installing ssdeep on Portable Python /advice

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2014-03-21 00:27 +0000
SubjectRe: Installing ssdeep on Portable Python /advice
Message-ID<mailman.8332.1395361680.18130.python-list@python.org>
On 21/03/2014 00:16, laguna-mc@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?
>

You've changed the subject line but other than that this appears to be 
identical to the question you posed almost exactly six hours ago.  It is 
considered polite to wait for at least 24 hours before again asking for 
assistance.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web