Re: [Tutor] Trouble Launching Python

2016-12-22 Thread Alan Gauld via Tutor
On 19/12/16 22:38, Joseph Olugbohunmi via Tutor wrote:
>  Hello,Good day, I installed Python 3.5.2 on my Windows 8.1 PC 

Are you sure you used the right Python version.
There are separate downloads for 32 and 64 bit machines.

It may be that you downloaded the 64 bit version and
have a 32bit OS running? I don't know if that would
give that error but it sounds like an OS type of issue.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Trouble Launching Python

2016-12-21 Thread eryk sun
On Tue, Dec 20, 2016 at 7:12 PM, George Fischhof  wrote:
> 2016-12-19 23:38 GMT+01:00 Joseph Olugbohunmi via Tutor :
>
> this is a Microsoft visual c++ redistributable is missing from system.
> I found this stackoverflow link which seems to describing a solution
>
> http://stackoverflow.com/questions/33265663/
> api-ms-win-crt-runtime-l1-1-0-dll-is-missing-when-opening-microsoft-office-file

There is no reason in this case to install the VC++ redistributable
package. Python is written in C, so it only needs the C runtime, which
is now an OS component. I provided a link for the updated download for
the Universal C Runtime, KB3118401. The above Stack Overflow answer
mentions KB2999226, which is the old, outdated update from well over a
year ago.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Trouble Launching Python

2016-12-21 Thread George Fischhof
2016-12-19 23:38 GMT+01:00 Joseph Olugbohunmi via Tutor :

>  Hello,Good day, I installed Python 3.5.2 on my Windows 8.1 PC and then I
> tried launching IDLE as well as the Interpreter but I got a message that
> api-ms-win-crt-runtime-l1-1-0.dll was missing. I downloaded and installed
> that after which I got another message that
> api-ms-win-crt-math-l1-1-0.dll was also missing, I got that, and then
> another dll was missing and it goes on and on. Please what can I
> do?ThanksJoseph
> ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>


Hi Joseph,

this is a Microsoft visual c++ redistributable is missing from system.
I found this stackoverflow link which seems to describing a solution

http://stackoverflow.com/questions/33265663/api-ms-win-crt-runtime-l1-1-0-dll-is-missing-when-opening-microsoft-office-file

BR,
George
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Trouble Launching Python

2016-12-20 Thread eryk sun
On Mon, Dec 19, 2016 at 10:38 PM, Joseph Olugbohunmi via Tutor
 wrote:
> Hello,Good day, I installed Python 3.5.2 on my Windows 8.1 PC and then I 
> tried launching
> IDLE as well as the Interpreter but I got a message that 
> api-ms-win-crt-runtime-l1-1-0.dll was
> missing. I downloaded and installed that after which I got another message 
> that
> api-ms-win-crt-math-l1-1-0.dll was also missing, I got that, and then another 
> dll was missing
> and it goes on and on. Please what can I do?

The implementation of Python that you're using is written in C and
relies on the C runtime library to provide a measure of cross-platform
portability. The latest C runtime from Microsoft is called the
"Universal CRT". It's an operating system component. As such, you
should already have ucrtbase.dll and all of the API set DLLs, such as
api-ms-win-crt-runtime-l1-1-0.dll, assuming your system is up to date
via Windows Update. If for some reason your system doesn't have this
update, you can manually download and install it from the following
link:

https://www.microsoft.com/en-us/download/details.aspx?id=50410

Install either "Windows8.1-KB3118401-x64.msu" (64-bit) or
"Windows8.1-KB3118401-x86.msu" (32-bit), depending on whether your
version of Windows is 64-bit or 32-bit.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[Tutor] Trouble Launching Python

2016-12-20 Thread Joseph Olugbohunmi via Tutor
 Hello,Good day, I installed Python 3.5.2 on my Windows 8.1 PC and then I tried 
launching IDLE as well as the Interpreter but I got a message that 
api-ms-win-crt-runtime-l1-1-0.dll was missing. I downloaded and installed that 
after which I got another message that 
api-ms-win-crt-math-l1-1-0.dll was also missing, I got that, and then another 
dll was missing and it goes on and on. Please what can I do?ThanksJoseph 
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor