Hi,
I was trying to check whether it is possible to use the requests module in widget but somehow the widget displays an error saying that there was an error loading the widget.
I though the problem was with my widget but I get the same error if I add the module requests to then widget example Launcher that comes with pythonista.
Is this not supported?
To overcome this problem I was trying to run a script called from the widget itself (that use the requests module). Does anyone knows how to do it without using 'webbrowser.open' which opens pythonista in the foreground?