Error loading Python DLL on Windows
See original GitHub issueI can’t run mitmdump 0.18.1 and 0.18.2, but 0.17 works fine.
Steps to reproduce the problem:
- Download binaries for windows
- Run
.\mitmdump.exe --help
or.\mitmdump.exe --sysinfo
- Output:
Error loading Python DLL: C:\Users\shmyg\AppData\Local\Temp\_MEI16602\python35.dll (error code 126)
. There is no folder C:\Users\shmyg\AppData\Local\Temp_MEI16602 at all.
System information
Pretty fresh Windows 10 without antivirus in a virtual machine. No Python is installed.
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Error Loading Python DLL: Resolved in 4 Easy Steps
How can I fix the error loading Python DLL? ; Copy the configuration parameters to the top of the file. Save changes. ;...
Read more >Pyinstaller can't find a module? (error loading Python DLL)
Ok, it was not working because I compiled the script with pyinstaller having python 3.10, but Windows 7's maximum python version is 3.8....
Read more >Google Drive Error Code 5 – Error Loading Python DLL
How to Solve Error Loading Python DLL on Windows ; #1. Run the executable file (GoogleDriveSync.exe) with admin access. Open Windows Explorer ( ......
Read more >Error loading Python DLL? Try these simple solutions - Galeon
Error loading Python DLL? Try these simple solutions · 1. remove the temporary folder. Open the file explorer and navigate to the following ......
Read more >PyInstaller error loading Python DLL when running executable ...
PyInstaller doesn't support Windows 7 anymore. However, the issue is probably due the fact that the Python DLL is incompatible with Windows 7....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This looks like a pyinstaller problem or misconfiguration (pyinstaller/pyinstaller#1566).
You can workaround the issue by asking user to install the VC 2015 runtime (x86).
I can’t reproduce this, sorry - http://stackoverflow.com/a/14362289/934719 has debugging instructions for someone who can.