Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; "'no": 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'terry': 0.09; '3.2.': 0.16; "can't.": 0.16; 'fuzzy': 0.16; 'py3': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'mostly': 0.20; 'all,': 0.21; 'trying': 0.21; '2.x': 0.22; '3.x': 0.22; 'int,': 0.22; 'installation': 0.23; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'authors': 0.27; 'options': 0.27; 'header:X-Complaints-To:1': 0.28; 'actual': 0.28; 'run': 0.28; 'arithmetic': 0.29; 'succeed': 0.29; "i'm": 0.29; 'install': 0.29; 'related': 0.30; 'usually': 0.30; 'expect': 0.31; 'code': 0.31; 'int': 0.33; 'to:addr:python- list': 0.33; 'continue': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'should': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'little': 0.39; 'header:Received:5': 0.40; 'most': 0.61; 'expert': 0.62; 'upgrading': 0.62; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Fuzzy Logic Library for Python 3 Date: Wed, 19 Dec 2012 19:21:46 -0500 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355962928 news.xs4all.nl 6971 [2001:888:2000:d::a6]:52226 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35167 On 12/19/2012 9:22 AM, Alexsandro Soares wrote: > Hi all, > > I'm trying to build an fuzzy expert system in Python 3 and I need a > good recommendation for a library/package for this, but working in > Python 3.2. Some options are pyfuzzy and pyfuzzylib, Please tell the authors that you would like to use with Py3 but can't. One reason people have had for not upgrading is because there is 'no demand'. Of course, happy 2.x users are mostly happy to continue with 2.x, whereas potential 3.x users usually silently move on. > but I was not > succeed to install these packages with Python 3. I do not know about installation issues and how there are related to Py3. I would expect that most of the actual code should run with little or no change. The only change in arithmetic is int / int, and that can be given the Py3 meaning in 2.6/7 with a future import. -- Terry Jan Reedy