Skip to content

Commit

Permalink
setup_win.py: Add dll_excludes to hopefully make gourmet run on Windo…
Browse files Browse the repository at this point in the history
…ws XP
  • Loading branch information
ockham committed Feb 22, 2010
1 parent e05de45 commit dfd4e78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup_win.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"libgdk_pixbuf-2.0-0.dll",
"zlib1.dll",
"libglade-2.0-0.dll",
"libpango-1.0-0.dll"
"libpango-1.0-0.dll",
# see http://stackoverflow.com/questions/1979486/py2exe-win32api-pyc-importerror-dll-load-failed
"mswsock.dll",
"powrprof.dll"
]

packages = ["xml.dom","cairo","pangocairo","sqlalchemy",
Expand Down

0 comments on commit dfd4e78

Please sign in to comment.