LoadLibrary: The specified procedure could not be found
问题 I need to extract some things about system process in a windows 2003 server (yeah, in 2019), I made that code in python, and compiled it with auto_py_to_exe When I run the .exe file on the server, I recevbe an error saying "LoadLibrary: The specified procedure could not be found." referring to python37.dll I try to compile like one directory (with the specific dll included), and I try to compile like one file, and I get the following output. 回答1: There'a too big gap between Python 3.7 and Win