cs01 / cs01/gdbgui

Add support for Windows (ImportError: No module named fcntl)

Open
#299 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
10.4k
Forks
521
PR merge metrics
No merged PRs in 30d

Description

Hello!

I have seen a few tickets related to windows support that have been closed. Since they are closed, I am making the assumption that people have figured out fixes that I may not be realizing. Could someone point me in the right direction?

Related Issue(s)
https://github.com/cs01/gdbgui/issues/18

At the root of this, I am trying to run guincorn on windows 10 using Cygwin

I have successfully upgraded gdbgui (pip install gdbgui --upgrade)
gdbgui==0.13.2.0

```
$ gunicorn
Traceback (most recent call last):
File "C:\Users\jz\AppData\Local\Programs\Python\Python37\Lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\jz\AppData\Local\Programs\Python\Python37\Lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\jz\.virtualenvs\venv-Z2lewwtS\Scripts\gunicorn.exe\__main__.py", line 5, in
File "c:\users\jz\.virtualenvs\venv-z2lewwts\lib\site-packages\gunicorn\app\wsgiapp.py", line 9, in
from gunicorn.app.base import Application
File "c:\users\jz\.virtualenvs\venv-z2lewwts\lib\site-packages\gunicorn\app\base.py", line 12, in
from gunicorn import util
File "c:\users\jz\.virtualenvs\venv-z2lewwts\lib\site-packages\gunicorn\util.py", line 9, in
import fcntl
ModuleNotFoundError: No module named 'fcntl'

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.