-
Notifications
You must be signed in to change notification settings - Fork 66
SWAPY list object has no attribute encode #78
Comments
@aristotll, I do not see relation between those two bugs, I need your help. Thanks a lot. |
I managed to reproduce it with version 0.4.7. It seems it has an encoding problem,because I can only reproduce it when clicking something with Chinese. I tried three times with similar results. |
Hope I caught the problem. Here is the fix, please try also Unfortunately, Python2.X does not work well with unicode. I am planning to port SWAPY on Python 3.X in future. |
@moden-py |
Cool, this is a good news! |
Clear 'encode' for object browser. Fix pywinauto#78.
Hi @changhyuk91 , thank you for the report. |
I update the version for displaying correct Chinese.
However, SWAPY new version has bug the version before does not have.
When clicking the statureBar of a soft,
there is such error:
Traceback error:file:"C:\projects\swapy-pwvh2\build\swapy\out00-PYZ.pyz_mainframe",line
407, in _update Attribute error: 'list' object has no attribute 'encode'
Thanks.
The text was updated successfully, but these errors were encountered: