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
    35896
    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.
    • 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
                                    • cvp
                                      cvp @Enez Houad last edited by

                                      @Enez-Houad I don't know what happens if you reinstall the app store version.
                                      Are data kept?
                                      I don't dare try

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

                                        the beta expired. I did not delete it ! I just reinstalled the old appstore version. After the download completed, now pythonista starts again. All my data was still there.

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

                                          I've reinstalled the old appstore version and … Youpi ! all is is in his place. I can sleep ! Now, I'm going to wait for the old new version ;-)

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

                                            I've reinstalled the AppStore version but this installation was hanging until I remove the app from the active apps. Good to know if you meet the same problem.

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