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.


    pygame into pythonista

    Pythonista
    pygame
    3
    3
    13362
    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.
    • oleg
      oleg last edited by

      I use pygame module for my project. I use Raspberry Pi. Now i have holyday and want to continue write my code. I installed Pythonista to my Ipad mini.
      How can i import external lybrary (pygame) into Pythonista?

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

        I'm afraid you cannot use Pygame in Pythonista. Pygame is designed for computers with a desktop environment and a mouse, not iOS. There is an iOS-specific game module called scene that is included in Pythonista which can do basically the same things as Pygame, but you'll have to rewrite your code.

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

          You can't. You'll have to rewrite your code using scene.

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