As all know bittorrent is written in python program. whenever i download and install the bittorrent.exe, I never found any file(like dll etc) associated in program files i mean whenever i go to c:\program files\bittorrent i found only single file called bittorrent.exe, i wonder how this program is compiled to exe , whereas whenever i want to build standalone python exe i use py2exe and i found the output consists of nearly 25mb, which consists of all library file included.
Can anybody will tell me the detail structure how the bittorent program is build into exe.
As all know bittorrent is written in python program. whenever i download and install
Share
Actually bittorrent is a protocol. The original program which implemented bittorrent may have been written in Python but that’s not the case now.
A lot of them now are coded in compiled languages, Transmission being the one I’m most familiar with (comes with Ubuntu) – it uses gcc.