PyTango Problem related to "lsdev"
|
|
---|---|
Hi After install PyTango on python3.4, i have problem to execute "lsdev" command, but "lsdevclass", "lsserv" commands is ok. the error message is as: $ itango How can i to solve this problem? Thanks thanks |
|
|
---|---|
|
I confirm. Would you be so kind as to make a bug report in sourceforge (http://sourceforge.net/p/tango-cs/bugs/)? Thanks in advance. Tiago |
|
|
---|---|
|
In the meantime I have fixed the bug. The quick fix for you would be to replace in /usr/local/lib/python3.4/dist-packages/PyTango/ipython/ipython_10_00/ipython_10_00.py line 280 the string BytesIO with StringIO The fix is already available in github master branch (https://github.com/tiagocoutinho/PyTango) Hope it helps Cheers Tiago |
|
|
---|---|
thanks TCoutinho In my /usr/local/lib/python3.4/dist-packages/PyTango/ipython/ipython_10_00/ipython_10_00.py file, it's line 275 After replace "BytesIO" with StringIO, everything is ok |