New submission from Jahangir <j4han...@yahoo.com>:

msvc9compiler.py aims to generate a manifestation file but it will always fail 
as MSVC (cl.exe) needs a second /MANIFEST parameter to do so.

This makes the subsequent 'linking' processes fail with the following error:

general error c1010070: Failed to load and parse the manifest. The system 
cannot find the file specified.


http://msdn.microsoft.com/en-us/library/f2c0w594.aspx (default value is NO)

----------
assignee: tarek
components: Distutils
files: msvc9compiler.py.diff
keywords: patch
messages: 148424
nosy: Jahangir, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: msvc9compiler.py doesn't properly generate manifest files.
type: compile error
versions: Python 3.2
Added file: http://bugs.python.org/file23787/msvc9compiler.py.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13486>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to