-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DLL load failed - cx_freeze #638
Comments
Not sure how to reproduce this. Does the problem occur if you install psutil from scratch on Windows XP (either via pip or by installing the exe)? |
Thanks for your response
By the way the translation for "Die angegebene Prozedur wurde nicht gefunden." is "The specified procedure could not be found" |
I haven't tried 3.0.1 yet but it might be related to the inet_ntop issue I saw earlier. @JonasR- Have you tried copying the msvcr90.dll to the same directory as the python app? |
I can confirm the same error on WinXP with Python 2.7.10 and psutil 3.0.1 and psutil 3.0.0. |
I just did some testing with the zipped release of 3.0.1 and it's definitely due to the issue identified in #616 . I'll work on that patch to get it working across WinXP / Win 7. |
I get the following stacktrace when I try to start a program using the 3.0.1 psutil library.
The program is packed using cx_freeze on a Windows 7 machine and gets executed on a Windows XP machine.
The problem does not occur on psutil 2.2.1
The text was updated successfully, but these errors were encountered: