State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:3.2v2|BugID:404622|
.katana/init.py:
import sysreload(sys)sys.setdefaultencoding('utf-8')
2) Create a Python file in the .katana/Shelves/Testing directory with the following code:
"""NAME: TESTICON: icon.pngDROP_TYPES:SCOPE:TEST test"""raise Exception('Test exception!')
3) Start Katana.
Traceback (most recent call last): File "Widgets/ShelfButton.py", line 467, in go File "Shelves.py", line 614, in run File "/home/jesus.legaspy/.katana/Shelves/Testing/shelfCrash.py", line 9, in <module> raise Exception('Test exception!')Exception: Test exception!./Katana3.2v1.sh: line 49: 83873 Aborted (core dumped) $KATANA_ROOT/katana setdefaultencoding(), and instead use Python encoding and decoding when needed.We're sorry to hear that
Please tell us why