I created a single executable for some of my python applications. They work well on Windows 10.
Today I tried to run the executable created by pyinstaller under Windows XP and it didn't work. The error I received is: VCRUNTIME140.DLL could not be extracted! fopen: Permission denied The temporary _MEI folder is created during initialization, but it can't be used. For example, if I try to enter _MEI folder created by pyinstaller through Explorer I received Access Denied error. And I either can't delete the foder with DEL command (I don't know how to delete those folders created by pyinstaller). I tried to change TMP environment variable and it works: pyinstaller creates the _MEI folder in another directory, but the problem is the same. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to pyinstaller+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/eee6a6b6-0ce8-43a3-aa9a-cbf21ac29437o%40googlegroups.com.