Python Forum
Can't Use Python 3.6 On PC (Windows8.1/64-bit)
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't Use Python 3.6 On PC (Windows8.1/64-bit)
#1
  • Recently installed Windows 8.1 -Used 64 bit installer present on the python site

  • Getting "The Program Can't Start Because Api-Ms-Win-Crt-Runtime-L1-1-0.Dll Is Missing"

  • Have tried reinstalling Microsoft Visual Studio Re-dist 2015 multiple times

  • Added PATH variable to the enviroment variables in control panel
    Help will be greatly appreciated, Thank you.
Reply
#2
You shouldn't have to install the .dll as Python includes it. That said, did you run the executable as Administrator? Did you select Install for all users or just yourself? Where did Python install itself?
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#3
I am running 3.6 on MS Windows 7 (Pro). Runs just fine.
Windows 8 is wierd, suggest upgrade to windows 7.
Reply
#4
(Dec-30-2016, 06:34 PM)Larz60+ Wrote: Windows 8 is wierd, suggest upgrade to windows 7.

10 is fine, and still free.
Reply
#5
Wow, with all that rubbish spy things  Dodgy
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#6
(Dec-30-2016, 04:34 PM)sparkz_alot Wrote: You shouldn't have to install the .dll as Python includes it. That said, did you run the executable as Administrator? Did you select Install for all users or just yourself? Where did Python install itself?

Yep 
Administrator ✔️✔️
All users✔️✔️
and installed it in 
~\AppData\Local\Programs\Python36
Reply
#7
(Dec-30-2016, 03:49 PM)Saif133 Wrote: Have tried reinstalling Microsoft Visual Studio Re-dist 2015 multiple times
Read this,the last post has info about cleaning and the gotcha(Windows Update KB2999226).
Info
Quote:and installed it in 
~\AppData\Local\Programs\Python36
Choose a better path like C:\python36.
Make sure that add to Path and pip is mark on.
Reply
#8
Argh!
I couldn't get python to work.
So I uninstalled it and downloaded the ActiveStatePython 3.4 and used an IDE to work on a project I'm currently doing>
It is working okay now.
I guess the problem's with Windows8.1 and I'll try to get 7 on my PC when I can.
Anyway, thanks for the help.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020