omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    Beta expires in 1 day

    Pythonista
    12
    60
    35905
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • wnMark
      wnMark last edited by

      If we will see Julian the next time, this will be a great Showdown!

      1 Reply Last reply Reply Quote 0
      • az
        az last edited by

        If anyone lives in Germany and wants to send him a snail-mail letter, he lists what seems to be a mailing address on his homepage: https://omz-software.com/

        1 Reply Last reply Reply Quote 0
        • daveM
          daveM last edited by

          I note the beta has just been extended a few days. It’s back at 7 days in my TestFlight. Considering this thread is 7 days old, there’s 14 days right there. Unless this thread was started when there were 14 days left to begin with.

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User last edited by

            It's time to GG?

            1 Reply Last reply Reply Quote 0
            • madivad
              madivad last edited by

              It’s not looking good. I still have my fingers crossed

              1 Reply Last reply Reply Quote 4
              • ?
                A Former User last edited by

                3 days now

                cvp 1 Reply Last reply Reply Quote 0
                • cvp
                  cvp @Guest last edited by

                  @lpl Please, be a little optimistic

                  1 Reply Last reply Reply Quote 0
                  • madivad
                    madivad last edited by

                    I'm absolutely positive there is a problem :)

                    cvp 1 Reply Last reply Reply Quote 0
                    • cvp
                      cvp @madivad last edited by

                      @madivad I agree there is a problem to contact @omz but there is not a lot of problems with the app it-self, and that is the most important, at least for me.
                      We can do so much with this app.

                      1 Reply Last reply Reply Quote 0
                      • madivad
                        madivad last edited by

                        @cvp I have grown accustomed to running my apps in the cloud version (something that didn't work pre-beta), I don't mean to be a doomsdayer, but I fear the worst. @omz is no more. I am more than happy to be proven wrong.

                        cvp 2 Replies Last reply Reply Quote 0
                        • cvp
                          cvp @madivad last edited by

                          @madivad I understand and I sincerely hope that you are wrong

                          1 Reply Last reply Reply Quote 1
                          • cvp
                            cvp @madivad last edited by

                            @madivad said:

                            I have grown accustomed to running my apps in the cloud version

                            If you need to run an iCloud script with the App Store version, you could try to run
                            this script, passing it as 1st argument, the folder/script_name.py. Other arguments may follow.
                            I've tested it with the beta because I don't have anymore the normal version.

                            #!python2
                            # force this script to use Python 2 Interpreter so you can start
                            # Python 3 Interpreter to run your iCloud script
                            from objc_util import *	
                            import sys
                            arg = sys.argv
                            # this script = arg[0]
                            script = arg[1]
                            path = '/private/var/mobile/Library/Mobile Documents/iCloud~com~omz-software~Pythonista3/Documents/' + script
                            arg = arg[2:]	# other arguments
                            I3=ObjCClass('PYK3Interpreter').sharedInterpreter()
                            # run a script like in wrench menu (path, args, reset env yes/no)
                            #print(path,script)
                            I3.runScriptAtPath_argv_resetEnvironment_(path, arg, True)
                            
                            1 Reply Last reply Reply Quote 1
                            • az
                              az last edited by

                              Perhaps it’s time to consider extracting the IPA and using Cydia Impactor to extend the validity of the beta.

                              1 Reply Last reply Reply Quote 0
                              • ?
                                A Former User last edited by

                                Now time to say GG

                                1 Reply Last reply Reply Quote 0
                                • Ichicoro
                                  Ichicoro last edited by

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • az
                                    az last edited by

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • az
                                      az last edited by

                                      This post is deleted!
                                      1 Reply Last reply Reply Quote 0
                                      • Enez Houad
                                        Enez Houad last edited by

                                        France 10:00 PM - My Beta has expired. I could'nt think it could happend… And now, it's impossible to launch Pythonista…
                                        Fortunately the majority of my work is in iCloud but not all :-(((
                                        My personal modules are in the site-packages 3.
                                        Does someone know if there's a way to recover my work ?

                                        cvp 1 Reply Last reply Reply Quote 0
                                        • cvp
                                          cvp @Enez Houad last edited by cvp

                                          @Enez-Houad If you swipe up from bottom middle, is Pythonista still in your active apps?

                                          If yes, don't remove it......❗️

                                          1 Reply Last reply Reply Quote 0
                                          • Enez Houad
                                            Enez Houad last edited by

                                            No ! unfortunately.

                                            cvp 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Powered by NodeBB Forums | Contributors