???appium?python-client??????????
???????????? ???????[ 2015/7/10 10:21:41 ] ??????????????????
????Python????UnicodeDecodeError: ascii codec can t decode byte 0xe0 ...???????
???????appium+python ?????е???????????appium??python-client??(?????????????)
????????cmd??????pip install Appium-Python-Client ????к????????????“UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 1: ordinal not in range(128)”
???????????????????????????£?
????1. ????Python 2 mimetypes??bug
????2. ?????Python2.7/lib/mimetypes.py?????????????????????
????try:
????ctype = ctype.encode(default_encoding) # omit in 3.x!
????except UnicodeEncodeError:
????pass
?????????????pip install Appium-Python-Client ??????????yeah??
?????????????????????????????????????????
???????????
?????????????????????? import sys
????reload(sys)
????sys.setdefaultencoding('utf8')
??????? Python ez_setup.py???????
????UnicodeDecodeError: 'utf8' codec can't decode byte 0xb0 in position 35: invalid
????start byte
???????????
??????????????????? import sys
????reload(sys)
????sys.setdefaultencoding('gb18030')
???????????? Python ez_setup.py????????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11