Pythonista-Issues
Pythonista-Issues copied to clipboard
list index out of range in ui.py (line 168)
To reproduce the bug, execute the script below and swipe up over the empty list: https://github.com/humberry/ui-tutorial/blob/bcf14080fc1c1ac4345c9dcaaf272148810706eb/MyView.py https://github.com/humberry/ui-tutorial/blob/bcf14080fc1c1ac4345c9dcaaf272148810706eb/MyView.pyui
Print Traceback please.
Traceback (most recent call last): File "/var/containers/Bundle/Application/3D5D5325-5625-4118-8024-AE85C092AD0A/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/ui.py", line 168, in tableview_cell_for_row item = self.items[row]IndexError: list index out of range
That is all? Nothing that talks about MyView.py?
Yes that's all...
same error with python 2.7 by the way...