omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. nixterrimus

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

    nixterrimus

    @nixterrimus

    2
    Reputation
    395
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    nixterrimus Unfollow Follow

    Best posts made by nixterrimus

    • Beta problem: Canvas

      In the most recent beta, I'm seeing errors where canvas is not defined.

      This program:

      #Draw a red circle filling the entire canvas
      import canvas
      w = h = 512
      canvas.set_size(w, h)
      canvas.set_fill_color(1, 0, 0)
      canvas.fill_ellipse(0, 0, w, h)
      

      Causes an error "Import Error: No module named canvas". This program worked in production version.

      Do I need to do something different in the beta? Or is this a regression?

      posted in Pythonista
      nixterrimus
      nixterrimus

    Latest posts made by nixterrimus

    • Beta problem: Canvas

      In the most recent beta, I'm seeing errors where canvas is not defined.

      This program:

      #Draw a red circle filling the entire canvas
      import canvas
      w = h = 512
      canvas.set_size(w, h)
      canvas.set_fill_color(1, 0, 0)
      canvas.fill_ellipse(0, 0, w, h)
      

      Causes an error "Import Error: No module named canvas". This program worked in production version.

      Do I need to do something different in the beta? Or is this a regression?

      posted in Pythonista
      nixterrimus
      nixterrimus