-
-
djorge
Hi,
I have the latest beta installed.
I already installed pythonista keyboard and game him full access.The problem is that the keyboard does not appear whenever i choose pykeys in the keyboard selector.
I had no problem in the previous beta.
Thanks in advance
David -
-
djorge
Hi,
I have sent a html file to pythonista to inspect the html and now whenever I open pythonista I can see the tab with the imported file but the UI becomes unresponsive and pythonista crashes after some secconds.Is there anything I can do to fix this without deleting and installing again? I didn't backup some scripts.
Thanks in advance
David -
-
-
djorge
Hi,
I have a little script which takes csv from input and appends its content to a csv file selected with pick_document (csv file belongs to an external source- fe file explorer pro).I can open the file selected with pick_document but I can't append to it. Is this a ios limitation?
I noticed that the selected file is being read from ......tmp/com.omz-software.Pythonista3.PythonistaAction3-Inbox/transactions_201810.csv
So, that means that the file is a copy of the file from the selected source?
append to: /private/var/mobile/Containers/Data/PluginKitPlugin/5C643C43-8EF4-45EC-B978-04E6EE7503FC/tmp/com.omz-software.Pythonista3.PythonistaAction3-Inbox/transactions_201810.csv
Thanks in advance
David -
djorge
@cvp
Thats weird. I'm importing appear and using webbrowser.open with that URL and it doesn't complain. -
djorge
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?
-