nikademus79 / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Cannot install on Windows 8 #119

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloaded psutil-0.1.3.win32-py2.7.exe 
2. Launched the installer on Windows Server 8

What is the expected output? What do you see instead?
Expected it to install, received message "Python version 2.7 required, which 
was not found in the registry."
Python 2.7 is correctly installed in C:\Python27

What version of psutil are you using? On what operating system?
psutil-0.1.3 on Windows Server 8.

Please provide any additional information below.

Original issue reported on code.google.com by sen...@gmail.com on 19 Oct 2010 at 2:31

GoogleCodeExporter commented 8 years ago
My guess is that you are using Python 2.7 64 bit version with the psutil 
Windows installer available in the the download section which is compiled for 
32 bit versions of Python.

psutil currently doesn't work on Windows 64 bit (see issue 107) so the only 
thing you can do for now is installing a 32 bit version of Python.

Original comment by g.rodola on 22 Oct 2010 at 3:01

GoogleCodeExporter commented 8 years ago
Closing out as duplicate of issue 107.

Original comment by g.rodola on 23 Oct 2010 at 6:46