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 Hiccup

    Pythonista
    2
    5
    2647
    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.
    • adrius42
      adrius42 last edited by

      @omz Having downloaded the beta, the Calculator example now bombs with:

      Traceback (most recent call last):
      File "/var/containers/Bundle/Application/AA2AD925-136B-48E0-80AA-xxxxxxxxxxx/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/ui.py", line 412, in load_view
      return load_view_str(json_str, bindings, stackframe, verbose=verbose)
      File "/var/containers/Bundle/Application/AA2AD925-136B-48E0-80AA-Xxxxxxxxxxx/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/ui.py", line 398, in load_view_str
      return _view_from_dict(root_view_dict, g, l, verbose=verbose)
      File "/var/containers/Bundle/Application/AA2AD925-136B-48E0-80AA-xxxxxxxxxxxx/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/ui.py", line 379, in _view_from_dict
      subview = _view_from_dict(d, f_globals, f_locals, verbose=verbose)
      File "/var/containers/Bundle/Application/AA2AD925-136B-48E0-80AA-xxxxxxxxxxxx/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/ui.py", line 321, in _view_from_dict
      _bind_action(v, attrs.get('action'), f_globals, f_locals, verbose=verbose)
      TypeError: my_bind_action() got an unexpected keyword argument 'verbose'

      (I xxxxxx’d out a part of my iPad I’d, I am that paranoid!)

      I tried copying the calculator.pyui file from my non upgraded iPhone into my iPad in case I had corrupted the pyui file, I got the same error.

      In my own very simple coding activities I have yet to bump into a beta error.

      I posted here as I cannot find instructions on how to report beta problems. sorry...

      cvp 3 Replies Last reply Reply Quote 0
      • cvp
        cvp @adrius42 last edited by cvp

        @adrius42 see Welcome .md

        If you find bugs or have any feedback/questions, please let me know via [Twitter](https://twitter.com/olemoritz), [email](mailto:beta@omz-software.com) or on [GitHub](https://github.com/omz/Pythonista-Issues/issues>).
        
        1 Reply Last reply Reply Quote 0
        • cvp
          cvp @adrius42 last edited by cvp

          @adrius42 The example works on my iPad mini 4

          I guess you install via TestFlight each update of the beta

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

            @adrius42 Same error here, also in the beta, disappeared by restarting Pythonista

            TypeError: my_bind_action() got an unexpected keyword argument 'verbose'
            
            1 Reply Last reply Reply Quote 0
            • adrius42
              adrius42 last edited by

              Well restart fixed it.... for now! Something funky going on....

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