Skip to content

Commit 013191a

Browse files
committed
readme change UnicodeDecodeError
1 parent e131eb8 commit 013191a

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,30 @@ easy_install dist/itoolkit-lite*2.7.egg
4949
5050
```
5151

52+
###python3 UnicodeDecodeError: ascii codec ###
53+
54+
python3 only. Please use test fix python3-itoolkit-1.3.zip at Yips.
55+
56+
* [http://yips.idevcloud.com/wiki/index.php/XMLSERVICE/Python](yips python3-itoolkit-1.3.zip) - Download .whl (test only).
57+
58+
```
59+
pip3 install dist/*cp34m*.whl
60+
```
61+
62+
Example issue:
63+
64+
```
65+
Traceback (most recent call last):
66+
File "italy.py", line 16, in <module>
67+
File "/QOpenSys/QIBM/ProdData/OPS/Python3.4/lib/python3.4/site-packages/itoolkit/itoolkit.py", line 1099, in call
68+
itrans.call(self)
69+
File "/QOpenSys/QIBM/ProdData/OPS/Python3.4/lib/python3.4/site-packages/itoolkit/lib/ilibcall.py", line 88, in call
70+
return itoolkit.itoollib.xmlservice(itool.xml_in(),self.ctl,self.ipc,self.ebcdic_ccsid,self.pase_ccsid)
71+
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 44: ordinal not in range(128)
72+
```
73+
74+
75+
5276
###Builder Notes:###
5377
```
5478
=======
@@ -83,4 +107,4 @@ ln -s /QOpenSys/QIBM/ProdData/OPS/Python3.4/lib/python3.4/config-3.4m /QOpenSys/
83107
```
84108

85109
#License
86-
MIT. View [`LICENSE`](https://bitbucket.org/litmis/python-itoolkit/src) file.
110+
MIT. View [`LICENSE`](https://bitbucket.org/litmis/python-itoolkit/src) file.

0 commit comments

Comments
 (0)