Hi all, i just got pythonista and wanted to get something from web.
I just tried to import requests, but it is not working... what am I doing wrong? I just put
import requests
in a python file or put in in the console and get the error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/var/mobile/Applications/57EA3542-012C-4A6F-BEB4-57327D8D7583/Pythonista.app/pylib/site-packages/requests/__init__.py", line 58, in <module>
from . import utils
ImportError: cannot import name utils