Can't load Python program on my HP ENVY computer
I have an HP ENVY TouchSmart 17 Notebook PC. Windows 8.1. Intel(R) Core(TM) i7-4700 mQ cpu @ 2.40 ghz 2.40ghz 64-bit operation system x64 based processor Full Windows touch support with 10 touch points Can you send me the link to the correct Python version that will run on this computer. I have tried to install Python several times and it just keeps hanging up in the initialization phase. Thanks, B -- https://mail.python.org/mailman/listinfo/python-list
Re: Can not run the Python software
-Original Message- From: hba008 To: hba008 ; python-list Sent: Fri, Jan 13, 2017 7:02 pm Subject: Re: Can not run the Python software I have been added to the mailing list per your instructions. Please, have someone address the problem belowThanks Sent from my Sprint Phone. -- Original message-- From: Date: Thu, Jan 5, 2017 10:13 PM To: [email protected]; Subject:Can not run the Python software Hi, Just downloaded Python 3.6.0 2016-12-23 and PyCharm. Tried to run the "Hello World" program and got the following message: "Process finished with exit code 1073741515 (0xC135)" I am using Windows 8.1 on an HP ENVY Touchsmart Notebook (64-bit OS, x64-based processor). Help Needed Thanks, Bernard -- https://mail.python.org/mailman/listinfo/python-list
Re: Can not run the Python software
Thanks for the info.. -Original Message- From: Michael Torrie To: python-list Sent: Fri, Jan 13, 2017 11:08 pm Subject: Re: Can not run the Python software On 01/13/2017 08:32 PM, Joseph L. Casale wrote: >> Just downloaded Python 3.6.0 2016-12-23 and PyCharm. Tried to run the "Hello >> World" program and got the following message: >> "Process finished with exit code 1073741515 (0xC135)" >> I am using Windows 8.1 on an HP ENVY Touchsmart Notebook (64-bit OS, >> x64-based processor). > > If you track the error, it indicates a file was not found, bets are > you don't have the needed runtime installed for Python to run. > > Nothing else PyCharm can do here, it tries to start Python and > fails. > > If memory serves me, you need the Visual C++ Redistributable > for Visual Studio 2015... And this is coming up a lot. This is something that should already be on all supported versions of Windows if Windows updates are done, right? It's probably in the FAQ on python.org, and I know this is really a user problem (not installing updates), but maybe it's time that the Python installer bundles the redistributable installer and installs it if necessary during Python's install. We get queries on the list almost weekly from Windows users. -- https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list
Code for Using Keyboard to Play music notes "ABCDEFG"
Pyton Friends, Do you have any code that will play the notes "ABCDEFG" from my computer keyboard when a key is pressed ? For example if I press the "a" key the note "a" will sound out of my speaker. Thanks, BigB -- https://mail.python.org/mailman/listinfo/python-list
