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.


    New Beta for Pythonista 3.3

    Pythonista
    44
    98
    90036
    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.
    • upwart
      upwart last edited by

      Any plans to support Pandas?

      ? 1 Reply Last reply Reply Quote 2
      • omz
        omz last edited by

        @caddtec You can tap and hold the ^ button (bottom-right corner) to make the keyboard visible when an external keyboard is connected.

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

          @caddtec I had the problem on iOS 11 but not on iOS 12.

          @omz Thank you for the beta. I am enjoying the testing

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

            Any chance on addin a theme element for the stderr console text? The dark red is hard to read with some of the dark themes.

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

              The modules are very very old. Will you update them?

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

                Thanks for the update! I've been looking forward to the Siri integration.

                Is there any way to pass input to the script, or return an output from it? The potential for Pythonista as a glue between other shortcuts, and the possibility of creating a programmable voice interface is huge -- but it depends on the ability of Pythonista to process input and generate output.

                Edit: I've just realized that the apparent lack (unless I missed this option) of native input / output could be mitigated by using the clipboard. I still think it would be better to have native support (less boilerplate steps in the shortcut app), but now I can finally start experimenting with the above ideas. Thanks again for the update!

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

                  @upwart For pandas. +1
                  @sashk And python 2.7.15

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

                    :beer: :beers:

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

                      Hi,
                      I tested the new Beta on my current projects. It run most of the time fine. I had some methods where I had to additionally annotate with @on_main_thread to make it run, which I must not in pythonista 3.2 . But I think this is more correct and I guess v3.2 was just a bit more forgiving in that regard and v3.3. a bit more strict which is fine.

                      I had an issue though with pythonista-gestures from @mikael :
                      it gives an key error upon accessing a dictionary each time you trigger a gesture

                      I opened an issue for this at https://github.com/mikaelho/pythonista-gestures

                      Due to some restructuring in the new pythonista v3.3, in the end I think it has to be repaired in Gestures.

                      EDIT: it has been repaired. ;-)

                      I hope @mikael has also access to the beta :-)

                      How many seats are there free ?

                      Now I will have a look at the funny keyboard thing ... ;-)

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

                        @orsharir said:

                        Is there any way to pass input to the script, or return an output from it? The potential for Pythonista as a glue between other shortcuts, and the possibility of creating a programmable voice interface is huge -- but it depends on the ability of Pythonista to process input and generate output.

                        Unfortunately, there are no APIs from Apple for that, so it's not possible. You can use the clipboard as a crutch though (at least for text-based stuff).

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

                          @lpl said:

                          The modules are very very old. Will you update them?

                          I'm aware of that. I'll look into updating some of the more important ones.

                          ? 1 Reply Last reply Reply Quote 1
                          • omz
                            omz @robnee last edited by

                            @robnee said:

                            Any chance on addin a theme element for the stderr console text? The dark red is hard to read with some of the dark themes.

                            I'll consider it, thanks for your feedback!

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

                              @caddtec said:

                              I was just trying the new keyboard PyKeys and notice what seems to be a problem... that whenever I enable it, I see only the small upper part of every buttons unless I show the whole keyboard (I use a physical keyboard by the way). I am on iOS 12 with the new iPad Pro 12.9.

                              Yeah, it's difficult to make it work well in combination with physical keyboards to be honest.

                              I had a solution that worked better than the current beta, but it was auto-rejected by Apple's App Store validation mechanism because it relied on the keyboard having an "emoji" language, and while that works fine on the device, it's apparently not standard-compliant or whatever.

                              In general, you can work around this by showing the keyboard manually. You can do this by holding the ^ button in the toolbar above the hidden keyboard (bottom-right corner).

                              caddtec 1 Reply Last reply Reply Quote 0
                              • ihf
                                ihf last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User @omz last edited by A Former User

                                  @omz Openssl 1.0.2f has a serious bug. Please have a checkout and update it. https://bz.apache.org/bugzilla/show_bug.cgi?id=58956
                                  And python3.6.8 is coming out soon. I think 3.6.1 is old. So is 2.7.12.
                                  "To get a newer version of the typing module in Python 3.5 or later, you have to upgrade to a newer Python (bugfix) version. For example, typing in Python 3.6.0 is missing the definition of ‘Type’ – upgrading to 3.6.2 will fix this." https://pypi.org/project/typing/#description

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

                                    @omz Yeah I thought so (about the fact it is difficult with physical keyboard). I’ll just have to make do, it is not so problematic so no worries ;o). However, could be a good idea to do like the emoji keyboard however: when we select the PyKeys, it shows the keyboard by default (on screen) and then when we select another keyboard, let’s say English, then the on-screen keyboard disappear and you can then continue using the physical keyboard as always. IMHO I think I would prefer to show the on-screen keyboard by default instead of having to press the button in the toolbar above the hidden keyboard.
                                    As for the App Store validation, I abandoned a long time ago the idea of understanding! ;o)

                                    And thanks for the feedback!

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

                                      This post is deleted!
                                      1 Reply Last reply Reply Quote 0
                                      • mikael
                                        mikael @omz last edited by

                                        @omz, whether a side effect or an intentional improvement, maybe include a note that ARKit now works in the release notes?

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

                                          Apple Shortcuts app tries to open Pythonista 2 instead of 3.3 beta. Worked before with 3.2. Using a url with ”pythonista3://” does not seem to be an option.

                                          General problem or a personal problem? Will be fixed when 3.3 goes mainstream?

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

                                            Great job on the beta!

                                            A few small things:
                                            Could it be possible to edit a shortcut to allow it to run in the background after it was created (if someone forgets to enable “background” when they create the shortcut)? I see that right now only the voice command can be changed after creation.

                                            Also, I noticed that the keyboard stays light in the UI editor properties fields although it is dark in the rest of the app.

                                            Thanks, and keep up the great work!

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