bon voila moi j'ai un soucis !!!
j'ai fait le download via cvs de la derniere version de Bittorrent sur ma Debian et quand j'essaye de downloader j'ai plein d'erreur python du genre :
File "/python/lib/python2.4/threading.py", line 436, in __bootstrap
self.run()
File "/python/lib/python2.4/threading.py", line 416, in run
self.__target(*self.__args, **self.__kwargs)
File "/BitTorrent/BitTorrent/Rerequester.py", line 84, in rerequest
h = urlopen(url)
File "/python/lib/python2.4/urllib2.py", line 130, in urlopen
return _opener.open(url, data)
File "/python/lib/python2.4/urllib2.py", line 344, in open
response = meth(req, response)
File "/python/lib/python2.4/urllib2.py", line 448, in http_response
code, msg, hdrs = response.code, response.msg, response.info()
AttributeError: addinfourldecompress instance has no attribute 'code'
Traceback (most recent call last):
File "/BitTorrent/BitTorrent/btlaunchmany.py", line 249, in ?
dropdir_mainloop(argv[1], argv[2:])
File "/BitTorrent/BitTorrent/btlaunchmany.py", line 93, in dropdir_mainloop
print '%s died 6 times, added to dead list' % fil
NameError: global name 'fil' is not defined
J'ai fait une compilation de Python 2.4 sans option specifique !
Quelqu'un a une idee ?
# Re: bittorrent 3.4.1
Posté par Benjamin . En réponse au journal bittorrent 3.4.1. Évalué à 1.
j'ai fait le download via cvs de la derniere version de Bittorrent sur ma Debian et quand j'essaye de downloader j'ai plein d'erreur python du genre :
File "/python/lib/python2.4/threading.py", line 436, in __bootstrap
self.run()
File "/python/lib/python2.4/threading.py", line 416, in run
self.__target(*self.__args, **self.__kwargs)
File "/BitTorrent/BitTorrent/Rerequester.py", line 84, in rerequest
h = urlopen(url)
File "/python/lib/python2.4/urllib2.py", line 130, in urlopen
return _opener.open(url, data)
File "/python/lib/python2.4/urllib2.py", line 344, in open
response = meth(req, response)
File "/python/lib/python2.4/urllib2.py", line 448, in http_response
code, msg, hdrs = response.code, response.msg, response.info()
AttributeError: addinfourldecompress instance has no attribute 'code'
Traceback (most recent call last):
File "/BitTorrent/BitTorrent/btlaunchmany.py", line 249, in ?
dropdir_mainloop(argv[1], argv[2:])
File "/BitTorrent/BitTorrent/btlaunchmany.py", line 93, in dropdir_mainloop
print '%s died 6 times, added to dead list' % fil
NameError: global name 'fil' is not defined
J'ai fait une compilation de Python 2.4 sans option specifique !
Quelqu'un a une idee ?
Merci