Skip to content

Commit dfd4e78

Browse files
committed
setup_win.py: Add dll_excludes to hopefully make gourmet run on Windows XP
1 parent e05de45 commit dfd4e78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup_win.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
"libgdk_pixbuf-2.0-0.dll",
4444
"zlib1.dll",
4545
"libglade-2.0-0.dll",
46-
"libpango-1.0-0.dll"
46+
"libpango-1.0-0.dll",
47+
# see http://stackoverflow.com/questions/1979486/py2exe-win32api-pyc-importerror-dll-load-failed
48+
"mswsock.dll",
49+
"powrprof.dll"
4750
]
4851

4952
packages = ["xml.dom","cairo","pangocairo","sqlalchemy",

0 commit comments

Comments
 (0)