omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. oDuty
    3. Posts

    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 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by oDuty

    • RE: Turtle turtle.Screen() not working

      @cvp I’m new to this, what do you mean exactly?

      posted in Pythonista
      oDuty
      oDuty
    • RE: Turtle turtle.Screen() not working

      Same error happens

      posted in Pythonista
      oDuty
      oDuty
    • RE: Turtle turtle.Screen() not working

      Whereabouts should i add that?

      posted in Pythonista
      oDuty
      oDuty
    • Turtle turtle.Screen() not working

      I am on my ipad and i just bought pythonista. I wanted to create something in turtle but i kept on getting the error: module ‘turtle’ has no attribute ‘Screen’
      The code:

      import turtle as t
      playerAscore=0
      playerBscore=0
      
      window = t.Screen()
      window.title("pong ping")
      window.bgcolor("black")
      window.setup(width=800,height=600)
      window.tracer(0)
      

      I am aware this turtle module is possibly old or unfinished but if there is anything i can do please let me know.a

      posted in Pythonista
      oDuty
      oDuty