You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
root@vm-ihcp:/opt/zope# easy_install psutil
Searching for psutil
Reading http://pypi.python.org/simple/psutil/ Reading https://code.google.com/p/psutil/ Best match: psutil 0.1.3
Downloading http://psutil.googlecode.com/files/psutil-0.1.3.tar.gz Processing psutil-0.1.3.tar.gz
Running psutil-0.1.3/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-lIUCRu/psutil-0.1.3/egg-dist-tmp-MJcr3i
warning: no files found matching 'MANIFEST'
warning: no previously-included files matching '*.pyc' found anywhere in
distribution
warning: no previously-included files matching '*.pyo' found anywhere in
distribution
warning: no previously-included files matching '*.exe' found anywhere in
distribution
zip_safe flag not set; analyzing archive contents...
Adding psutil 0.1.3 to easy-install.pth file
Installed /usr/lib/python2.5/site-packages/psutil-0.1.3-py2.5.egg
Processing dependencies for psutil
Finished processing dependencies for psutil
I realize now that such warnings are perfectly legitimate because of the "global-exclude *.pyc *.pyo *.exe" directive in MANIFEST.in.
Closing out as Invalid.
From [email protected] on March 10, 2010 10:57:22
Original issue: http://code.google.com/p/psutil/issues/detail?id=80
The text was updated successfully, but these errors were encountered: