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


Groups > comp.lang.python > #68646

Re: Installing ssdeep on Portable Python /advice

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!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 <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:sourceforge': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'source,': 0.04; 'subject:Python': 0.06; 'binary': 0.07; 'dependency': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'windows,': 0.09; 'python': 0.11; '2.7': 0.14; 'language.': 0.14; 'windows': 0.15; 'portable': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'run:': 0.16; 'sudo': 0.16; 'tarball': 0.16; 'language': 0.16; 'wrote:': 0.18; 'appears': 0.22; 'example': 0.22; 'install': 0.23; 'installation': 0.23; 'header:User-Agent:1': 0.23; '---': 0.24; 'question': 0.24; 'shown': 0.26; 'this:': 0.26; 'least': 0.26; 'asking': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; '----': 0.29; 'linux': 0.33; '-----': 0.33; 'but': 0.35; 'should': 0.36; 'application': 0.37; 'clear': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'changed': 0.39; 'received:org': 0.40; 'how': 0.40; 'free': 0.61; 'ago.': 0.61; 'viruses': 0.61; "you've": 0.63; 'protection': 0.63; 'our': 0.64; 'hours': 0.66; 'six': 0.68; 'antivirus': 0.68; 'subject': 0.69; './configure': 0.84; 'apt-get': 0.84; 'only:': 0.84; 'posed': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Installing ssdeep on Portable Python /advice
Date Fri, 21 Mar 2014 00:27:42 +0000
References <20140321001609.63150@gmx.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-78-146-8-179.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
In-Reply-To <20140321001609.63150@gmx.com>
X-Antivirus avast! (VPS 140320-0, 20/03/2014), Outbound message
X-Antivirus-Status Clean
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.8332.1395361680.18130.python-list@python.org> (permalink)
Lines 33
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1395361680 news.xs4all.nl 2862 [2001:888:2000:d::a6]:57329
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:68646

Show key headers only | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web