fingster 发表于 2003-7-6 20:39:06

[讨论]如何让BT支持中文

现在,我爱上BT下载了,速度非常快。不过,遇到中文目录名就下载不了了!不是没有种子。
谁比较懂python?能不能让BT支持中文啊?
求大侠帮忙!

Veldrin 发表于 2003-7-7 07:25:02

改成“如何让bt不支持中文”吧 :lol: ,我的默认就支持,你估计是local的问题。

leyon 发表于 2003-7-7 12:59:35

我的也没有问题

fingster 发表于 2003-7-7 15:38:40

用什么locale?
我用的是GB18030

樱家冢 发表于 2003-7-7 18:34:33

fingster, 你的签名我喜欢,把代码给我看看吧。

dukeduan 发表于 2003-7-7 20:20:36

没有中文支持的问题,装上就可以了。不过界面上的"关于"两个字是乱码,呵呵。

fingster 发表于 2003-7-7 21:19:53

签名的http://www.danasoft.com/vipersig.jpg,就可以了.

我用的是3.2.1b
以下是错误信息:
/data/BitTorrent-experimental-3.2.1b-2/btdownloadgui.py X档案终结篇.真相_The\ X\ Files\ Of\ the\ Truth\ 2003\.torrent
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.2/threading.py", line 408, in __bootstrap
    self.run()
File "/usr/lib/python2.2/threading.py", line 396, in run
    apply(self.__target, self.__args, self.__kwargs)
File "/data/BitTorrent-experimental-3.2.1b-2/btdownloadgui.py", line 1015, in next
    dow.download(params, d.chooseFile, d.updateStatus, d.finished, d.error, doneflag, 100, d.newpath)
File "./BitTorrent/download.py", line 160, in download
File "/usr/src/build/228093-i386/install/usr/lib/python2.2/posixpath.py", line 53, in join
    path = path + '/' + b
UnicodeError: ASCII decoding error: ordinal not in range(128)
看到了吗?还是字符编码的问题呀!
请帮忙啊!

leyon 发表于 2003-7-8 12:58:30

这个应该不是中文支持的问题,
而好像是文件名中间有空格等特殊字符的问题,
试试把文件名用双引号括起来

fingster 发表于 2003-7-8 16:37:10

弄好了.是wxPython的问题.
页: [1]
查看完整版本: [讨论]如何让BT支持中文