File “c:\users\lenovo\appdata\local\programs\python\python38-32\lib\runpy.py”, line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File “c:\users\lenovo\appdata\local\programs\python\python38-32\lib\runpy.py”, line 86, in run_code
exec(code, run_globals)
File "C:\Users\Lenovo\Desktop\DjangoOnline\HelloWorld\env\Scripts\gunicorn.exe_main.py", line 4, in
File “c:\users\lenovo\desktop\djangoonline\helloworld\env\lib\site-packages\gunicorn\app\wsgiapp.py”, line 9, in
from gunicorn.app.base import Application
File “c:\users\lenovo\desktop\djangoonline\helloworld\env\lib\site-packages\gunicorn\app\base.py”, line 11, in
from gunicorn import util
File “c:\users\lenovo\desktop\djangoonline\helloworld\env\lib\site-packages\gunicorn\util.py”, line 9, in
import fcntl
ModuleNotFoundError: No module named ‘fcntl’
Unicorn is not running but i have install unicorn
Hey Shivam, windows has some issue with this
try running these commands
pip install importlib
from importlib import reload
from petshop import parrot as parrot
Check this out if, after running them it works or not. Incase no, pls let me know.
Thanks
Happy Coding !!