omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. tactfulgamer
    3. Topics

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by tactfulgamer

    • tactfulgamer

      Text Game Not Working [SOLVED]
      Pythonista • • tactfulgamer

      9
      0
      Votes
      9
      Posts
      3350
      Views

      evanbung

      Putting in an extra space or leaving one out where it is needed will surely generate an error message . Some common causes of this error include:

      Forgetting to indent the statements within a compound statement Forgetting to indent the statements of a user-defined function.

      The error message IndentationError: expected an indented block would seem to indicate that you have an indentation error. It is probably caused by a mix of tabs and spaces. The indentation can be any consistent white space . It is recommended to use 4 spaces for indentation in Python, tabulation or a different number of spaces may work, but it is also known to cause trouble at times. Tabs are a bad idea because they may create different amount if spacing in different editors .

    • tactfulgamer

      How to close out scripts in Pythonista?
      Pythonista • • tactfulgamer

      9
      0
      Votes
      9
      Posts
      3863
      Views

      cvp

      @stephen I had already written that here but, at this moment, to close the edited tab did crash, and now, it doesn't

    • tactfulgamer

      Video/Text Tutorials? (That Work w/ Pyonistha?)
      Pythonista • • tactfulgamer

      3
      0
      Votes
      3
      Posts
      1456
      Views

      tactfulgamer

      @pulbrich

      Thank you. I can’t wait to go over it!!

    • tactfulgamer

      Following Tutorial Cannot Find Adding Images?
      Pythonista • • tactfulgamer

      3
      0
      Votes
      3
      Posts
      1501
      Views

      tactfulgamer

      Thank you.
      I was able to locate it.

    • tactfulgamer

      3D Games?
      Pythonista • • tactfulgamer

      5
      0
      Votes
      5
      Posts
      2882
      Views

      tactfulgamer

      Thank you - I will try again. Most likely user error.