[python-win32] python-win32 Digest, Vol 115, Issue 14
Gerard Blais
gerard.blais at gmail.com
Tue Oct 30 13:19:00 CET 2012
I had the Enthought free Python distribution. I uninstalled, rebooted, and re- installed. That seems to have fixed everything. Thanks!
Sent from my iPad
On Oct 30, 2012, at 7:00 AM, python-win32-request at python.org wrote:
> Send python-win32 mailing list submissions to
> python-win32 at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mail.python.org/mailman/listinfo/python-win32
> or, via email, send a message with subject or body 'help' to
> python-win32-request at python.org
>
> You can reach the person managing the list at
> python-win32-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of python-win32 digest..."
>
>
> Today's Topics:
>
> 1. Problem installing for Python 2.7, 32-bit: mc.exe not found
> (Gerard Blais)
> 2. Re: Problem installing for Python 2.7, 32-bit: mc.exe not
> found (Tim Golden)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 29 Oct 2012 10:12:52 -0400
> From: Gerard Blais <gerard.blais at gmail.com>
> To: python-win32 at python.org
> Subject: [python-win32] Problem installing for Python 2.7, 32-bit:
> mc.exe not found
> Message-ID:
> <CANe_07tnYYbaJtesahVnRhBcVgFLdyLGEeS-foB5tAVAxQU_mA at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I seem to be missing an executable:
>
> C:\Temp\pywin32-218>setup install
> Building pywin32 2.7.218.0
> running install
> running build
> running build_py
> running build_ext
> Found version 0x600 in C:\Program Files\Microsoft
> SDKs\Windows\v6.0A\include\SDKDDKVER.H
> building 'perfmondata' extension
> mc.exe -h win32\src\perfmon -r
> build\temp.win32-2.7\Release\win32\src\perfmon
> win32\src\perfmon\PyPerfMsgs.mc
> error: command 'mc.exe' failed: No such file or directory
>
> Any ideas? I found a site (http://www.filecrop.com/77798596/index.html)
> which points to http://mediafire.com/?1wyyjmz43nq that purported to have a
> downloadable mc.exe, but Microsoft Security Essentials apparently deletes
> it immediately.
>
>
>
>
>
> Gerry
>
>
>
> --
> <http://projecteuler.net/profile/gblais.png>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mail.python.org/pipermail/python-win32/attachments/20121029/3ecce243/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 29 Oct 2012 20:54:19 +0000
> From: Tim Golden <mail at timgolden.me.uk>
> To: Python-Win32 List <python-win32 at python.org>
> Subject: Re: [python-win32] Problem installing for Python 2.7, 32-bit:
> mc.exe not found
> Message-ID: <508EECFB.4020100 at timgolden.me.uk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 29/10/2012 14:12, Gerard Blais wrote:
>> I seem to be missing an executable:
>>
>> C:\Temp\pywin32-218>setup install
>> Building pywin32 2.7.218.0
>> running install
>> running build
>> running build_py
>> running build_ext
>> Found version 0x600 in C:\Program Files\Microsoft
>> SDKs\Windows\v6.0A\include\SDKDDKVER.H
>> building 'perfmondata' extension
>> mc.exe -h win32\src\perfmon -r
>> build\temp.win32-2.7\Release\win32\src\perfmon
>> win32\src\perfmon\PyPerfMsgs.mc
>> error: command 'mc.exe' failed: No such file or directory
>>
>> Any ideas? I found a site (http://www.filecrop.com/77798596/index.html)
>> which points to http://mediafire.com/?1wyyjmz43nq that purported to have a
>> downloadable mc.exe, but Microsoft Security Essentials apparently deletes
>> it immediately.
>
> mc.exe is the Message Compiler:
>
>
> http://msdn.microsoft.com/en-us/library/windows/desktop/aa385638%28v=vs.85%29.aspx
>
> which is used to compile messages for the EventLogs.
>
> I appear to have it installed somewhere as I've just built the current
> hg tip of pywin32 against Python 2.7. It's certainly part of the Windows
> SDK. It doesn't appear (at a glance) to be part of the Visual Studio
> toolset.
>
> Did you particularly want to build your own pywin32? Otherwise, just
> grab one of the binaries from the sourceforge files page.
>
> TJG
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
> ------------------------------
>
> End of python-win32 Digest, Vol 115, Issue 14
> *********************************************
More information about the python-win32
mailing list