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.


    after latest update, old script doesn't work any more

    Pythonista
    3
    7
    4560
    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.
    • shtek
      shtek last edited by

      why not keep compatibility?

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

        What script?

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

          all scripts. include those examples.

          if long press RUN button and select python 2.7, error is "TypeError super() takes at least 1argument (0 given)"
          if long press RUN button and select python 3.6, error is "AttributeError module 'enum' has no attribute 'IntFlag'"

          I know little about python. but those all examlpes all work in old version, but after update all failed. strange.

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

            even a simple test.py with only one line:
            import appex

            still error: AttributeError module 'enum' has no attribute 'IntFlag'"

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

              ok, no need to figure out why now,

              I just deleted this App, and re-downloaded it.
              now it works. all those strange errors are gone.
              the simplest solution.

              although all scripts are lost, those're all for fun, nothing important.

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

                If you would have posted your original error, or searched the forum, you would have found the solution. When using stash pip, often extra modules that are incompatible with python3 are installed. Just check site-packages for enum folder, and delete.

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

                  @shtek Agree with @JonB . During years, I have had a lot of problems or errors and I never have needed to reinstall the app. Really, this forum is a big help...

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