[菜鸟问题]请问BitTorrent如何build?

[菜鸟问题]请问BitTorrent如何build?

BUILD.windows.txt要求:

install Python, version 2.3 or later -
http://python.org/
install a GTK 2.4 runtime -
http://gladewin32.sourceforge.net/
install pygtk 2.4 -
http://www.pcpm.ucl.ac.be/~gustin/win32_ports/
install dnspython -
http://www.dnspython.org/
Apply dnspython_patch.diff to resolver.py
install py2exe -
http://starship.python.net/crew/theller/py2exe/
install the nullsoft (NSIS) installer -
http://www.nullsoft.com/free/nsis/
install the Processes NSIS plugin -
http://nsis.sourceforge.net/archive/viewpage.php?pageid=542
http://www.geocities.com/hardwiredteks/files/setup-processes.zip
the rest of these instructions can be abbreviated by just running
build.bat

我收集了所有这些,然后如何build成一个exe呢?谢谢谢谢!!!
安装 python pygtl GTK 2.4库  在通过py2exe生成exe 最后用nsis打包
谢谢谢谢~~但是我运行nsis后进行不下去,显示:

File: "dist\*.exe" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
   /oname=outfile one_file_only)
Error in script "F:\BitTorrent-4.0.1\bittorrent.nsi" on line 168 -- aborting creation process

请问这是为什么???