[Pkg-privacy-commits] [tails-installer] 27/35: Add mswsock.dll to the py2exe dll_excludes to fix an error

anonym anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

anonym-tails-guest pushed a commit to annotated tag 3.12.0
in repository tails-installer.

commit 3753af309bb797c4593799e69af0f4094a4d0a6b
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Apr 23 13:58:02 2013 -0400

    Add mswsock.dll to the py2exe dll_excludes to fix an error
---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7d0b526..7f32bad 100644
--- a/setup.py
+++ b/setup.py
@@ -62,8 +62,10 @@ if sys.platform == 'win32':
                 #"includes" : ["sip", "PyQt4._qt"],
                 "includes" : ["sip"],
                 'bundle_files': 1,
+                # http://stackoverflow.com/questions/1439621/problem-with-loading-win32file-pyd-on-python-2-6
+                "dll_excludes": ["mswsock.dll", "MSWSOCK.dll"],
             }
-        }, 
+        },
         zipfile=None,
         data_files = [
             "LICENSE.txt",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list