Forum Archive

Crash when running image view code

kelseik

```
import ui

v = ui.View()

img_view = ui.ImageView(frame=(0, 0, 94.75, 94.75))

img_view.load_from_url('http://img04.sogoucdn.com/app/a/200678/c05334d63dfad90470f64f2f3e0abd91.png')
v.add_subview(img_view)

v.present('fullscreen') ```

Hi, Pythonista 3.3 Crash when walmartone running this code a second time (normal for the first time).any ideas?Thanks!

omz

@kelseik This looks like a bug in Pythonista, I'll investigate. Thanks!

cvp

@kelseik seems to be duplicate topic and workaround here

kelseik

Thanks for the reply.