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


Groups > comp.lang.python > #105392

Re: WConio won't install in Python 3.4

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Newsgroups comp.lang.python
Subject Re: WConio won't install in Python 3.4
Date 2016-03-21 18:56 +0000
Message-ID <mailman.455.1458586644.12893.python-list@python.org> (permalink)
References <7030a141-7cb1-4e5b-867a-6964b7f55638@googlegroups.com>

Show all headers | View raw


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

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


Thread

WConio won't install in Python 3.4 David Lemper <dav.lemper@gmail.com> - 2016-03-21 11:11 -0700
  Re: WConio won't install in Python 3.4 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-21 18:56 +0000

csiph-web