Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Mark Lawrence Newsgroups: comp.lang.python Subject: Re: WConio won't install in Python 3.4 Date: Mon, 21 Mar 2016 18:56:30 +0000 Lines: 39 Message-ID: References: <7030a141-7cb1-4e5b-867a-6964b7f55638@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de r5kMSPdASWfIKoaEJpRU1AJuc7FLHkhtwktvKjxIIVpw== 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; 'from:addr:yahoo.co.uk': 0.05; 'layers': 0.05; 'attempted': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; '"python': 0.16; 'received:194.126': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'registry': 0.16; 'subject:install': 0.16; 'url:whatsnew': 0.16; 'wrote:': 0.16; 'language': 0.19; 'windows': 0.20; '3.2': 0.22; 'lawrence': 0.22; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User- Agent:1': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; 'error': 0.27; 'web.': 0.30; 'language.': 0.32; 'possibly': 0.32; 'returned': 0.32; 'url:python': 0.33; 'curious': 0.33; 'skip:h 40': 0.33; 'info': 0.34; 'question,': 0.35; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'why': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'url:3': 0.60; 'received:194': 0.61; 'charset:windows-1252': 0.62; 'latest': 0.64; 'our': 0.64; '3.4': 0.84; '8.1': 0.84; 'pythonistas,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: 248.80.126.194.pool.dsl.daisyplc.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 In-Reply-To: <7030a141-7cb1-4e5b-867a-6964b7f55638@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:105392 On 21/03/2016 18:11, David Lemper wrote: > Recently returned to Python after four years. > Installed version 3.4.4 and attempted to install WConio > in my Windows 8.1 system > Gonnerman's website has > WConio-1.5.1.win32-py3.3.exe > & WConio-1.5.1.win32-py3.5.exe , but no py3.4 ( ? ) > > Tried to install each of the above. Both failed giving > same error message : > "Python version 3.2 required, which was not found > in the registry" > > Searched the web. One site said that the installer was > looking in the registry for > HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.2 > > and possibly my Python installer had put this info in > HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\3.2 > > Searched my registry and found nothing like either of > the above containing "PythonCore". This was many layers > deep under Installer UserData S-1-5-18 Components ... > > Can WConio be installed for version 3.4 ? > If not should I go to 3.3 or 3.5 ? > Curious why Gonnermam's site has no version for 3.4 > 3.5, no question, as it has all of the latest goodies as given in https://docs.python.org/3/whatsnew/3.5.html, plus 3.3 is all ready out of support. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence