I was editing the AppInfo using the toolkit and I was unable to switch from the Details Tab. A log was generated when I exited the toolkit.
Traceback (most recent call last):
File "gui\frontend.pyo", line 44, in <lambda>
File "gui\frontend.pyo", line 28, in set_page
File "gui\pages\details.pyo", line 15, in leave
File "gui\pages\details.pyo", line 190, in save
File "validator\engine__init__.pyo", line 24, in decorate
File "validator\engine__init__.pyo", line 151, in save
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 679: ordinal not in range(128)
Traceback (most recent call last):
File "gui\frontend.pyo", line 39, in closeEvent
File "gui\pages\details.pyo", line 15, in leave
File "gui\pages\details.pyo", line 190, in save
File "validator\engine__init__.pyo", line 24, in decorate
File "validator\engine__init__.pyo", line 151, in save
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 679: ordinal not in range(128)
I was editing the AppInfo using the toolkit and I was unable to switch from the Details Tab. A log was generated when I exited the toolkit.
DevelopmentToolkit.exe.log:
In case formatting is lost, http://pastebin.com/mBrsK2TW
Edit: