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.


    Is there a way to get a crash log from pythonista?

    Pythonista
    2
    3
    2073
    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.
    • eric
      eric last edited by

      I am trying to put my scene in a CustomView using the ui editor.

      I created a CustomView
      I set the Custom View Class to SceneView
      Gave it a name 'toto'

      I my main:

      v = ui.load_view('MyUI')
      totoview = v['toto']
      totoview.scene = Toto()    # <-- Pythonista crashes here
      v.present()
      

      Using

      run(Toto(), frame_interval = 1)	
      

      works fine

      Any idea on how to debug this?

      Cheers

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

        This appears to be a bug in either the scene or the ui module. I'll look into this, but there isn't really anything you can do to debug this, I'm afraid.

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

          ok. the bug occurs even when instanciating a simple Scene() object which is ok when using

          run(Scene())
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors