Bugs item #3114713, was opened at 2010-11-21 18:51
Message generated for change (Tracker Item Submitted) made by muesliflyer
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3114713&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: installation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andreas Lemke (muesliflyer)
Assigned to: Nobody/Anonymous (nobody)
Summary: error: command 'mc.exe' failed: No such file or directory
Initial Comment:
I am trying to install pywin32-214 on Win7-64bit. I installed Visual C++ 2008 (Microsoft Visual Studio 2008, Version 9.0.30729.1 SP, Microsoft .NET Framework Version 3.5 SP1)
Installation fails with this message:
---
python.exe setup.py install
...
building 'perfmondata' extension
creating build\temp.win32-2.7\Release\win32\src\perfmon
mc.exe -h win32\src\perfmon -r build\temp.win32-2.7\Relea
n32\src\perfmon\PyPerfMsgs.mc
error: command 'mc.exe' failed: No such file or directory
---
Now I read that VC++ 2008 does not contain mc.exe.
I am also puzzled that installing pywin32 causes it to be "built". Doesn't it come pre-built? Am I missing something?
What did I do wrong?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3114713&group_id=78018
|