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
    444723
    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.
    • Webmaster4o
      Webmaster4o last edited by

      Possible bug: scripts run from the app extension can't see modules in site-packages. If I run my script, it works, but if I run it from the app extension:

      Is this a bug or am I missing something? Of course, most app extensions that use appex don't work anyway in this beta, because of from _appex import watch :)

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

        the appex has its own sandbox... the main app can see the appex sandbox, but not vice versa. I think this is a security feature. bottom line, you have to reinstall all of the modules you need into extension/site-packages folders.

        if you want to do this using stash, you can find the Extensions folder by opening a file, then using editor.get_path. otherwise just copy the folder using the file manager.

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

          My file manager doesn't seem to have a way to move a folder into extensions. Also, pythonista crashes if I try to create a file in a sub folder of extensions.

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

            Ok, this worked for copying the folder, I got path like you reccommended, @JonB

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

              As a workaround for the import appex bug:

              import _appex
              _appex.watch = None
              import appex
              
              1 Reply Last reply Reply Quote 0
              • Webmaster4o
                Webmaster4o last edited by

                Oh, wow! Thanks!

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

                  Build 160025 bug report.

                  I have a folder structure /AAAdriver/ inside of which I have DriverInfo.py and TripDataA.py.

                  previously, from within DriverInfo.py,

                  "import TripDataA"
                  

                  worked just fine. With the latest beta, I'm getting "ImportError: No module named TripDataA"

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

                    From someone who indents with spaces - there are a few things that don't work as well with spaces indentation as with tabs:

                    • Backspace on a space indent only deletes a single space, as opposed to {indentwidth} spaces like in 1.5
                    • The "indent" option in the selection popup menu always indents with tabs no matter what
                    • The "dedent" option always dedents by only a single space
                    • The width of a tab character in the editor doesn't match the width of {indentwidth} spaces. Or rather it only matches if the default font settings are used.

                    Slightly related, it is still not possible to indent in the console using an external keyboard's tab key.

                    It would also be useful if there was a way to set indent mode for individual files. Not necessarily in a permanent way. For example most C source files assume that tabs are 8 chars wide, and some things look very "unaligned" otherwise.

                    1 Reply Last reply Reply Quote 0
                    • georg.viehoever
                      georg.viehoever last edited by

                      I find the mechanism for opening multiple existing files a bit confusing: In editor, select [+. Then open file selection (hamburger menu), then select file. I would like to see a more straight forward way to do this from file selection directly, for instance hold file name for a longer time, show context menu allowing to "open in new tab" (similar to link in safari).
                      Georg

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

                        @georg-viehoever You can swipe left on a file to get an "Open in new tab" option.

                        1 Reply Last reply Reply Quote 0
                        • georg.viehoever
                          georg.viehoever last edited by

                          @omz that was quick :) Frankly, I always associated left swipe with delete (as in the mail app), not with open... Maybe "long hold" is more intuitive, and could also be used for other advanced actions such as rename etc..

                          Another wish: Copy and Paste on tracebacks. Would also be useful for some people in this forum that post long programs for correction...

                          Georg

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

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

                              Actually, I can wait for releasing Pythonista 1.6 but It has been so long. Could I play with the next version of Pythonista? I try to run script from the forum but some of them only support 1.6. I will send my Apple ID via email.
                              Thank you,
                              Sanit

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

                                There's also an online beta signup form floating around somewhere.

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

                                  @omz can you please send me an invite to try the beta please I also sent you a email :)

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

                                    @omz is there any more beta slots left if so can I be a tester ?

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

                                      @daveman Check your email. ;)

                                      daveman jai_b 3 Replies Last reply Reply Quote 0
                                      • jai_b
                                        jai_b last edited by

                                        Hi OMZ, can I also be added to the the 1.6 Beta please?

                                        Thanks in advance,
                                        Jai

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

                                          The keyboard tweak to the latest beta is great for ios9. It was driving me crazy.

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

                                            @omz hey could you send the invite to my other email d.radmore23@gmail.com please :)

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