[Python-Dev] Re: congrats on 3.5! Alas, windows 7 users are having problems installing it

2019-09-14 Thread gotechnocious
Run the windows update troubleshooter If you run the windows update troubleshooter can help you to fix the error. So the ways to fix the error through windows update troubleshooter are given below. Type troubleshooter in the search box which is located in the windows menu. Press enter. Click o

[Python-Dev] Re: congrats on 3.5! Alas, windows 7 users are having problems installing it

2019-09-14 Thread gotechnocious
Check this article here which will help you out. http://techstuffsarena.com/2019/01/05/there-was-a-problem-resetting-your-pc/ ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.pyt

[Python-Dev] Re: Feature Request: Python Pipes: Incluye sspipe module

2019-09-14 Thread Juan Telleria
> the bar for inclusion in the stdlib is higher than it was before: being > generally useful is usually not enough. > Ok P.S. Posting to Python-Dev, Python-Ideas and creating an issue is excessive > and splits conversation, making it difficult to follow. In the future, such > proposals should beg

[Python-Dev] Re: Feature Request: Python Pipes: Incluye sspipe module

2019-09-14 Thread Tal Einat
Hi Jaun, With installing 3rd party libraries being very easy thanks to pip, PyPI, wheels etc., the bar for inclusion in the stdlib is higher than it was before: being generally useful is usually not enough. Mostly, there needs to be a specific reason why a library *needs* to be in the stdlib rath