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


Groups > comp.lang.python > #105386 > unrolled thread

WConio won't install in Python 3.4

Started byDavid Lemper <dav.lemper@gmail.com>
First post2016-03-21 11:11 -0700
Last post2016-03-21 18:56 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  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

#105386 — WConio won't install in Python 3.4

FromDavid Lemper <dav.lemper@gmail.com>
Date2016-03-21 11:11 -0700
SubjectWConio won't install in Python 3.4
Message-ID<7030a141-7cb1-4e5b-867a-6964b7f55638@googlegroups.com>
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

[toc] | [next] | [standalone]


#105392

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2016-03-21 18:56 +0000
Message-ID<mailman.455.1458586644.12893.python-list@python.org>
In reply to#105386
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web