Author: andar
Revision: 5819
Log:
Make sure libtorrent.pyd is included in bbfreeze
Diff:
Modified: branches/1.2_RC/win32/deluge-bbfreeze.py
===================================================================
--- branches/1.2_RC/win32/deluge-bbfreeze.py 2009-10-08 02:18:48 UTC (rev
5818)
+++ branches/1.2_RC/win32/deluge-bbfreeze.py 2009-10-08 02:42:00 UTC (rev
5819)
@@ -6,7 +6,7 @@
shutil.copy(python_path + "Scripts\deluged-script.py", python_path +
"Scripts\deluged.py")
from bbfreeze import Freezer
-f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version,
includes=("gzip", "zipfile", "re", "socket", "struct", "cairo", "pangocairo",
"atk", "pango"))
+f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version,
includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo",
"pangocairo", "atk", "pango"))
f.addScript(python_path + "Scripts\deluge.py", gui_only=False)
f.addScript(python_path + "Scripts\deluged.py", gui_only=False)
f() # starts the freezing process
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---