聰明的人, 我想在我的jython程序中使用awesome requests模塊。它在python中安裝並運行得很好,但我無法用jython來安裝它。我已經在Mac和Ubuntu上嘗試了Jython 2.7a2和2.7b1,並獲得了與urllib3相關的錯誤。在How can I use jython setup.py install? 提到然後從異常Jython的bin目錄結果中的easy_in
繼在別人的建議:嘗試安裝請求時,使用urllib3 Given a big list of urls, what is a way to check which are active/inactive? 得到錯誤。 試圖安裝請求。 C:\Users\yao\Desktop\My Downloads\requests-develop\requests-develop>setup.py install
我試圖轉換一個字符串,從一個http請求與urllib3生成。 Traceback (most recent call last):
File "<pyshell#16>", line 1, in <module>
data = json.load(data)
File "C:\Python27\Lib\json\__init__.py", line 286, in