Hi, I've noticed that if I have pythonista_startup.py in site_packages folder of Pythonista 3, the code inside it is not executed instantly, while when I had the old Pythonista 2 the file was executed instantly.
Purpose: when I close Pythonista 3 through the typical way of the iPhone (HOME key and swipe the app) and reopen it, I'd like to see the instant execution of the pythonista_startup.py file, that for me is very simple:
print 'Python'
and it opens the console/output page of Pythonista, so I can start to use the interactive console immediately without swipe the screen with the fingers.
Well, with old version of Pythonista 2 the code was executed every time and instantly, with new version of Pythonista 3 the same code is not executed always instantly, and I must open some files with the builtin file browser to have the pythonista_startup.py execution.
Question: have you same experience about this? is it something normal or it can be solved?
Thanks
Matteo