[issue7549] 2.6.4 Win32 linked to debug DLLs?

2011-04-19 Thread Jonathon Rossi

Jonathon Rossi  added the comment:

I just encountered this error with an older version (2.6.2) of python on 
Windows Server 2008 R2.

>From looking at the logs it looks like the Customer Experience Improvement 
>Program (CEIP) functionality is causing this problem because it has a 
>scheduled task (Application Experience\ProgramDataUpdater) which runs every 
>day at 12.30am, even if you are not participating in the CEIP (i.e. it is not 
>sending the info to Microsoft). After a quick look around, it seems like the 
>scheduled task collects program information to report to Microsoft, which must 
>cause the side-by-side when it loads the EXE to get version information.

Based on Martin's comments I plan to just remove this file, until we work out 
what version of python this was fixed in and upgrade.

--
nosy: +jonorossi

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7549] 2.6.4 Win32 linked to debug DLLs?

2009-12-20 Thread John Wells

John Wells  added the comment:

Thanks for the quick follow-up. 

You're right -- given your explanation of what wininst-8_d.exe is, the
interesting question now is why it is running. I get two errors every
day, in the early hours of the morning. Before I delete this file, I
will see if ProcessMonitor will provide an answer.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7549] 2.6.4 Win32 linked to debug DLLs?

2009-12-20 Thread Martin v . Löwis

Martin v. Löwis  added the comment:

I have now removed these files from my build directory, so they won't
get included in future releases.

--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7549] 2.6.4 Win32 linked to debug DLLs?

2009-12-20 Thread Martin v . Löwis

Martin v. Löwis  added the comment:

wininst*.exe is the binary that gets patched into the zip file when you
build a windows installer out of your Python package. wininst-8_d.exe is
the debug version of that, so it's not surprising that it is linked with
the debug CRT.

What is really puzzling here is that something is trying to execute it
on your system. That should never happen.

I guess you are right that the file shouldn't have been shipped; if the
messages bother you, just delete it.

--
nosy: +loewis

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7549] 2.6.4 Win32 linked to debug DLLs?

2009-12-19 Thread John Wells

New submission from John Wells :

I installed 2.6.4 x86 on Win7 x64. My Python app runs fine, but I get
daily errors in the event app log:

SOURCE: SideBySide
EVENT ID: 33
MESSAGE: Activation context generation failed for
"C:\WinUtils\Python26\Lib\distutils\command\wininst-8_d.exe". Dependent
Assembly
Microsoft.VC80.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0"
could not be found. Please use sxstrace.exe for detailed diagnosis. 

I'm not a developer, but Google suggests to me that the reference to
"Microsoft.VC80.DebugCRT" indicates that some part of Python 2.6.4 was
linked to the debug version of the VC++ 2005 DLLs. Apparently this
shouldn't have been done, since the debug DLLs can't be redistributed.

Or is there some other fix for this?

--
components: Windows
messages: 96655
nosy: jw113
severity: normal
status: open
title: 2.6.4 Win32 linked to debug DLLs?
type: behavior
versions: Python 2.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com