[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

bit)torrent source code help

Astan Chee

1/14/2008 5:45:00 AM

Hi,
Im using windows XP and I was wondering if anyone had any experience in
compiling (using py2exe) the official bittorrent client (
http://download.bittorrent.com/dl/BitTorrent-5.... ) or any
bittorrent client open source and written in python. I ask since I am
trying to make several of my own modification to the protocol but the
official open source client keeps on giving me missing modules (I have
all the required modules and components and it keeps on failing due to
platform-based errors) when I try to create an executable of it using
py2exe.
Can anyone either suggest another source code for a torrent client or
any torrent client in python that compiles nicely with py2exe in windows?
Thanks
Astan
1 Answer

cybergrind

1/14/2008 11:12:00 AM

0

Hi,
Try to use ABC. it based on bittornado

Thnx