Fix needed to fix this error with Windows build. See http://stackoverflow.com/questio...
[p2pool.git] / setup.py
index 631a401..3067cd3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ try:
         console=['run_p2pool.py'],
         options=dict(py2exe=dict(
             bundle_files=1,
-            dll_excludes=['w9xpopen.exe'],
+            dll_excludes=['w9xpopen.exe', "mswsock.dll", "MSWSOCK.dll"],
             includes=['twisted.web.resource', 'ltc_scrypt'],
         )),
         zipfile=None,