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.


    Pythonista 1.6 Beta

    Pythonista
    55
    301
    444676
    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.
    • LawAbidingCactus
      LawAbidingCactus last edited by

      @JonB, to my knowledge, it simply installs a provisioning profile separate from the official Pythonista install.

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

        I've just sent out invites to everyone who's asked so far, and I have plenty of slots left.

        @JonB When you install the beta, it overwrites the App Store version, but it should keep your data, just like a regular update.

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

          Hi @Omz,

          just reading the release notes is awesome. I immediately tried some of the stuff and just have to say WOW. Just one question about the beta testing: Open comments about the the beta here or where to sent my remarks?

          Tom

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

            As long as you make it clear that a thread is beta-related, it's totally fine with me to discuss it here.

            I've just submitted a new build with a few fixes – most importantly, the dialogs module should actually work now. It'll be available in a few hours (it takes a while for iTunes Connect to process new uploads).

            There's also a new twitter module that allows you to access iOS Twitter accounts from Python. This makes it a lot easier to use the Twitter API because authentication is handled automatically. There are some easy-to-use functions to do API requests directly with this module, but you can also use it just for generating Authorization headers that you can then pass to your favorite HTTP library (e.g. requests or urllib), if you want more control.

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

              Bug: passing variables into console.login_alert doesn't work and causes the command to hang (was working in stable).

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

                @hyshai Thanks, I'll look into that. So far, I can't reproduce the hanging, but it definitely doesn't work correctly (it always behaves as if it was cancelled).

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

                  Just started playing with it, truly great. Also noticed that sheet view doesn't have a fixed width and height now, and it responds to the views set size. Wasn't in the release notes so I'm not sure if this was meant to be there.

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

                    @omz I narrowed it down. It has nothing to do with a variable. Multiple prompts are the issue e.g.

                    import console, keychain
                    keychain.get_password('test', 'test') #requires keychain.master_password which has a prompt
                    console.login_alert('hello') # this will never be called and the script hangs
                    

                    another example

                    import console
                    console.login_alert('hello')
                    console.login_alert('goodbye') # this will never be called but the script exits silently
                    

                    Is this possibly related to the bug of not showing the keyboard automatically when there's an input prompt (specifically the keychain.master_password prompt)?

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

                      This sounds interesting, looking forward to the update. Sent you an e-mail.

                      Does TestFlight require iOS 8? I have an oldish iPhone that can only run iOS 7 that I might be able to test with as well.

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

                        I think TestFlight requires iOS 8.

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

                          @omz TestFlight does require iOS 8. How do you get the text entered into a text dialog?

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

                            How do you get the text entered into a text dialog?

                            It's the return value of the text_dialog function.

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

                              Just mailed you my apple id. Would love to test out BTLE.

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

                                I assume the appex module you teased on Twitter is not integrated/activated in this Beta? Anyway, it's pretty cool you're doing this and I am happy to test the Twitter integration :)

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

                                  Feedback on the in-app "What's new in Pythonista?" docs... Change dialgos to dialogs and activate the hyperlink.

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

                                    @ccc, I believe omz uses the same doc generator that is used for the standard library, in which case it will automatically link once the module name is recognized.

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

                                      @omz searching in the docs is very wonky. sometimes it works and sometimes it doesn't - just says "Searching......". (using an iPhone 5)

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

                                        Just looking at the docs has me wowed! One tip would be to include an example script for BLE, as the protocol my be a little foreign to some.

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

                                          A few things I've noticed so far:

                                          • The Pythonista.app bundle is now fully moved out of the "Data" folder and no longer easily accessible (sad face)
                                          • The Trash is invisible when empty (not really a bug, but somewhat counter-intuitive)
                                          • The Trash didn't appear for me the first time I deleted a file until I opened the settings (thus reloading the file list I suppose)
                                          • No way to selectively delete files from the Trash or restore multiple files at once
                                          • The Move menu still takes ages to open
                                          • Not specifically a beta bug, but in thumbnail view the default syntax highlight style is always used, no matter which one is selected in the settings
                                          1 Reply Last reply Reply Quote 0
                                          • the_buch
                                            the_buch last edited by

                                            @omz for reminders.get_reminders(completed=TRUE) is there currently, or could there be in a future version, a way to filter completed reminders with completion date. Perhaps something like reminders completed today, or the past week, or since a given date? That could be nice for keeping track of certain projects or self-quantification, et al. Also would like to see this module in Editorial eventually. Better than using url schemes in all these reminder workflows.

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