{"html_url": "https://github.com/simonw/datasette/issues/511#issuecomment-730893729", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/511", "id": 730893729, "node_id": "MDEyOklzc3VlQ29tbWVudDczMDg5MzcyOQ==", "user": {"value": 4060506, "label": "Carib0u"}, "created_at": "2020-11-20T06:35:13Z", "updated_at": "2020-11-20T06:35:13Z", "author_association": "NONE", "body": "Trying to run on Windows today, I get an error from the utils/asgi.py module. \r\n\r\nIt's trying `from os import EX_CANTCREAT` which is Unix-only. I commented this line out, and (so far) it's working. ", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 456578474, "label": "Get Datasette tests passing on Windows in GitHub Actions"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1094#issuecomment-731260091", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1094", "id": 731260091, "node_id": "MDEyOklzc3VlQ29tbWVudDczMTI2MDA5MQ==", "user": {"value": 4808085, "label": "bapowell"}, "created_at": "2020-11-20T16:11:29Z", "updated_at": "2020-11-20T16:11:29Z", "author_association": "NONE", "body": "I can confirm this issue, running version 0.51.1 under Windows.\r\n\r\nFixed by commenting out the following line near the top of datasette\\utils\\asgi.py :\r\n\r\n`#from os import EX_CANTCREAT`\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 743011397, "label": "import EX_CANTCREAT means datasette fails to work on Windows"}, "performed_via_github_app": null}