> Are these settings correct[Y/n]? y
Making Requested Changes
Creating SNS Topic for Notifications Traceback (most recent call last):
File "wizard.py", line 549, in <module>
wizard(global_config)
File "wizard.py", line 543, in wizard
wizard_save_config(global_config)
File "wizard.py", line 393, in wizard_save_config
print(colors.OKGREEN + u'\u2713' + colors.ENDC)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2713' in position 5: ordinal not in range(128)
I should add that while this PR fixes it on Python 2.7, with Python 3.5.1 is still broken.
u'\u2713'
crashes on:Log:
I should add that while this PR fixes it on Python 2.7, with Python 3.5.1 is still broken.
Note: I'm not a Python developer