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


Groups > comp.lang.python > #68595

Installing ssdeep on Portable Python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <laguna-mc@mail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:sourceforge': 0.03; 'source,': 0.04; 'subject:Python': 0.06; 'binary': 0.07; 'dependency': 0.09; 'received:gmx.net': 0.09; 'windows,': 0.09; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; 'portable': 0.16; 'received:gmx.com': 0.16; 'run:': 0.16; 'sudo': 0.16; 'tarball': 0.16; 'example': 0.22; 'install': 0.23; 'installation': 0.23; 'shown': 0.26; 'this:': 0.26; 'installed': 0.27; '----': 0.29; 'url:mailman': 0.30; 'linux': 0.33; 'url:python': 0.33; '-----': 0.33; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'should': 0.36; 'application': 0.37; 'clear': 0.37; 'received:172.19': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'how': 0.40; 'from:no real name:2**0': 0.61; 'content-disposition:inline': 0.62; 'received:74.208': 0.68; './configure': 0.84; 'apt-get': 0.84; 'only:': 0.84; 'from:addr:mail.com': 0.93
Content-Type multipart/mixed; boundary="========GMX240121395339739667457"
Date Thu, 20 Mar 2014 14:22:19 -0400
From laguna-mc@mail.com
MIME-Version 1.0
Subject Installing ssdeep on Portable Python
To python-list@python.org
X-Flags 0001
X-Mailer GMX.com Web Mailer
x-registered 0
X-GMX-UID jFRZc6g83zOl2srVX3ghecp+IGRvbwA4
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.8308.1395339749.18130.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1395339749 news.xs4all.nl 2916 [2001:888:2000:d::a6]:45372
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:68595

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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


Thread

Installing ssdeep on Portable Python laguna-mc@mail.com - 2014-03-20 14:22 -0400

csiph-web