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.


    XCODE project -- Errno13 -- Permission Denied

    Pythonista
    1
    2
    1592
    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.
    • montedavis
      montedavis last edited by

      In my script that works fine within Pythonista -- the main file is a web form -- I am getting an error when trying to run it as a standalone XCODE Project.

      The first line run starts the web-server.

      server = HTTPServer(('', 80), RequestHandler)

      This is the line that gives me the permission denied error in the iOS Simulator.

      I have changed all project file permissions to 777 to see if it was web server access to files.

      I also ran XCODE under sudo.

      Any ideas as to what might be causing this permission error?

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

        Anybody? I think that the Error 13 is the standard Web Server error code, but I am really lost here. Has anyone succeeded in getting the webform app to run in the XCODE similar / as a standalone app.

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