This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dederocks
Recipients Christopher.Paolini, Daniel26, benjamin.peterson, cmcqueen1975, dederocks, ebrehault, hagen, janssen, jwp, keldonin, kermode, tarek
Date 2010-08-31.08:02:01
SpamBayes Score 0.00088163547
Marked as misclassified No
Message-id <1283241724.34.0.340415653952.issue2698@psf.upfronthosting.co.za>
In-reply-to
Content
I hope I'm sending this information in the right place.
Trying to install psutil 0.1.3, on Python 2.7 (with Win7 as OS), I get the same error that was mentionned in this thread:

c:\Users\Andre\Bureau\psutil-0.1.3>setup.py install
running install
running build
running build_py
creating build
creating build\lib.win32-2.7
creating build\lib.win32-2.7\psutil
copying psutil\error.py -> build\lib.win32-2.7\psutil
copying psutil\wmi.py -> build\lib.win32-2.7\psutil
copying psutil\_psbsd.py -> build\lib.win32-2.7\psutil
copying psutil\_pslinux.py -> build\lib.win32-2.7\psutil
copying psutil\_psmswindows.py -> build\lib.win32-2.7\psutil
copying psutil\_psosx.py -> build\lib.win32-2.7\psutil
copying psutil\__init__.py -> build\lib.win32-2.7\psutil
running build_ext
building '_psutil_mswindows' extension
error: Unable to find vcvarsall.bat
History
Date User Action Args
2010-08-31 08:02:04dederockssetrecipients: + dederocks, janssen, kermode, benjamin.peterson, tarek, hagen, jwp, keldonin, cmcqueen1975, ebrehault, Daniel26, Christopher.Paolini
2010-08-31 08:02:04dederockssetmessageid: <1283241724.34.0.340415653952.issue2698@psf.upfronthosting.co.za>
2010-08-31 08:02:02dederockslinkissue2698 messages
2010-08-31 08:02:02dederockscreate