{"id":53,"date":"2005-12-14T19:00:00","date_gmt":"2005-12-14T19:00:00","guid":{"rendered":"http:\/\/blog.trungson.com\/?p=53"},"modified":"2005-12-14T19:00:00","modified_gmt":"2005-12-14T19:00:00","slug":"bittorrent-rpm-problem","status":"publish","type":"post","link":"http:\/\/blog.trungson.com\/?p=53","title":{"rendered":"BitTorrent RPM Problem"},"content":{"rendered":"<p>Problem: You downloaded and installed the RPM from the official site and got this error.<\/p>\n<pre>\n$ launchmany-console\nTraceback (most recent call last):\n  File \"\/usr\/bin\/launchmany-console\", line 16, in ?\n    from BitTorrent.platform import install_translation\nImportError: No module named BitTorrent.platform\n$ python -V\nPython 2.3.4\n<\/pre>\n<p>Solutions: Some people suggested upgrade Python to 2.4, or you could get the source code, read the INSTALL.unix.txt<\/p>\n<p>How to build an .rpm format package and install it:<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<pre>\nGenerate an .rpm format package:\n$ python setup.py bdist_rpm\nThen install the .rpm:\n$ rpm -Uvh dist\/BitTorrent-4.x.y-1.noarch.rpm\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Problem: You downloaded and installed the RPM from the official site and got this error. $ launchmany-console Traceback (most recent call last): File &#8220;\/usr\/bin\/launchmany-console&#8221;, line 16, in ? from BitTorrent.platform import install_translation ImportError: No module named BitTorrent.platform $ python -V Python 2.3.4 Solutions: Some people suggested upgrade Python to 2.4, or you could get the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"_links":{"self":[{"href":"http:\/\/blog.trungson.com\/index.php?rest_route=\/wp\/v2\/posts\/53"}],"collection":[{"href":"http:\/\/blog.trungson.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.trungson.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.trungson.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.trungson.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=53"}],"version-history":[{"count":0,"href":"http:\/\/blog.trungson.com\/index.php?rest_route=\/wp\/v2\/posts\/53\/revisions"}],"wp:attachment":[{"href":"http:\/\/blog.trungson.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=53"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.trungson.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=53"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.trungson.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=53"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}