positive response from @omz, he will get to it soon ! Yay !!
Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
Best posts made by eddo888
-
RE: Can't add external folder from Working Copy via Files app. Folders are not selectable. All folders inside Files app popup
-
RE: iOS 13
having no response from @omz for a long time now, I’ve moved on to pyto
it has files/working copy integration, native pip install support and REPL, Sorry @omz, you snooze you loose. -
RE: iCloud Drive folder access error
i am getting the same error, are you running pythonista on ipad and iphone on the same icloud account ?
started happening with update ios 13.2.3 -
RE: New Beta for Pythonista 3.3
Could I also please request that the new "open external file" and "open external directory" api be supported, so I can use Pythonista to access files AND directories in WorkingCopy. Yay Cheers Dave.
-
RE: Can't add external folder from Working Copy via Files app. Folders are not selectable. All folders inside Files app popup
to get around this issue i have used the sync feature of workingcopy to sync to the pythonista icloud folder
-
RE: Get webpage content
two excellent modules to use are
- requests , to retrieve html content
- beautiful soup (bs4), to parse html content
you can load these with StaSh and use "pip install requests bs4"
-
iCloud support or iFiles support
would be awesome if editorial supported ifiles integration, either "icloud drive" or "on 'my iphone"
then we could use WorkingCopy for git !
Latest posts made by eddo888
-
RE: No update?
Still waiting on pythonista beta release to app store. the lack of shared directory access (resolves in the beta) greatly diminishes the value of the app. @omz please release it to the app store.
-
RE: How do you install modules into the app
great to have StaSh
only works on python2
any suggestions for Python3 ? -
RE: iCloud Drive folder access error
@JonB said:
os.mkdir('/private/var/mobile/Library/Mobile Documents/iCloud~com~omz-software~Pythonista3/')
removing the dirs and rebooting did the trick
-
RE: iCloud Drive folder access error
i am getting the same error, are you running pythonista on ipad and iphone on the same icloud account ?
started happening with update ios 13.2.3 -
RE: Can't add external folder from Working Copy via Files app. Folders are not selectable. All folders inside Files app popup
quoting @omz, new beta release 330018, restored the ability to open external folders on ios13
-
RE: Can't add external folder from Working Copy via Files app. Folders are not selectable. All folders inside Files app popup
positive response from @omz, he will get to it soon ! Yay !!
-
RE: Git in Pythonista?
ps StaSh uses python to do git so look at the source for StaSh
#DULWICH try: import dulwich ...
-
RE: iOS 13
having no response from @omz for a long time now, I’ve moved on to pyto
it has files/working copy integration, native pip install support and REPL, Sorry @omz, you snooze you loose.