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.


    How to import files via iTunes?

    Pythonista
    2
    4
    1979
    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.
    • Elias
      Elias last edited by

      So how do I import files to Pythonista 3 via iTunes? Or Wi-Fi? Bluetooth?

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

        There are scripts like FileTransfer.py which starts an HTTP Server that you can access on your web browser (fi Safari) and allow you to download Pythonista files to your Mac or upload Mac files to Pythonista folders.

        Elias 1 Reply Last reply Reply Quote 1
        • Elias
          Elias @cvp last edited by

          @cvp thx a lot

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

            I've retested it to be sure it is still ok in Python3 and I've to modify, to convert str into bytes

            self.wfile.write(html) 
            

            into

            self.wfile.write(html.encode())
            
            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors