Skip to content
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

Import Error #821

Closed
b3mb4m opened this issue May 22, 2016 · 1 comment
Closed

Import Error #821

b3mb4m opened this issue May 22, 2016 · 1 comment

Comments

@b3mb4m
Copy link

b3mb4m commented May 22, 2016

import psutil

  • Traceback (most recent call last):
  • File "C:\Documents and Settings\r00t\Desktop\qwee.py", line 1, in
  • import psutil
    
  • File "C:\Python27\lib\site-packages\psutil__init__.py", line 124, in
  • from . import _pswindows as _psplatform
    
  • File "C:\Python27\lib\site-packages\psutil_pswindows.py", line 15, in
  • from . import _psutil_windows as cext
    
  • ImportError : DLL load failed

Tested on : XP SP3, python 2.x & 3.x

Problem is about me ? ..

@giampaolo
Copy link
Owner

It's likely you're using an old pip version. pip install -U pip should fix this issue. Closing as a duplicate of #810.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants