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


Groups > comp.lang.python > #68645

Installing ssdeep on Portable Python /advice

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.ecp.fr!news.in2p3.fr!in2p3.fr!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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.002
X-Spam-Evidence '*H*': 1.00; '*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; 'linux': 0.33; '-----': 0.33; '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; 'how': 0.40; 'from:no real name:2**0': 0.61; 'received:74.208': 0.68; './configure': 0.84; 'apt-get': 0.84; 'only:': 0.84; 'from:addr:mail.com': 0.93
Content-Type text/plain; charset="utf-8"
Date Thu, 20 Mar 2014 20:16:09 -0400
From laguna-mc@mail.com
MIME-Version 1.0
Subject Installing ssdeep on Portable Python /advice
To python-list@python.org
X-Flags 0001
X-Mailer GMX.com Web Mailer
x-registered 0
Content-Transfer-Encoding 8bit
X-GMX-UID nuFZc8953zOl2srVX3ghA81+IGRvb0D6
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.8331.1395360978.18130.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1395360978 news.xs4all.nl 2864 [2001:888:2000:d::a6]:54384
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:68645

Show key headers only | 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 | NextNext in thread | Find similar | Unroll thread


Thread

Installing ssdeep on Portable Python /advice laguna-mc@mail.com - 2014-03-20 20:16 -0400
  Re: Installing ssdeep on Portable Python /advice Mark H Harris <harrismh777@gmail.com> - 2014-03-21 21:51 -0500
    Re: Installing ssdeep on Portable Python /advice Mark H Harris <harrismh777@gmail.com> - 2014-03-21 22:32 -0500

csiph-web