[prev in list] [next in list] [prev in thread] [next in thread] 

List:       py2exe-users
Subject:    Re: [Py2exe-users] Windows manifests
From:       "Mark Hammond" <mhammond () skippinet ! com ! au>
Date:       2008-08-07 22:32:08
Message-ID: 07ae01c8f8dd$6ffa61c0$4fef2540$ () com ! au
[Download RAW message or body]

Hi Thomas,

> I have only one question from reading your patch:
> 
>          self.announce("Resolving binary dependencies:")
> +        excludes_use = dll_excludes[:]
> +        # The MSVCRT modules are never found when using VS2008+
> +        if sys.version_info > (2,6):
> +            excludes_use.append("msvcr90.dll")
> 
> 
> Does py2exe's binary dependency search not find msvcr90.dll?  Do you
> know why?

The DLL is installed via an assembly - either in the GAC or a private
assembly.  Thus, that DLL literally does not exist anywhere on PATH (it
*may* be found next to one of the other DLLs, but that would be by
"chance").  As I implied in that patch, even if it *was* found on the path,
attempting to load it without doing so via an assembly ends up with a
runtime error anyway.

Cheers,

Mark


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Py2exe-users mailing list
Py2exe-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic