emmett-framework / granian

A Rust HTTP server for Python applications
BSD 3-Clause "New" or "Revised" License
2.67k stars 79 forks source link

Django wsgi module not found error on new version #309

Closed xeroticikot closed 4 months ago

xeroticikot commented 4 months ago

I was running v1.3.2, but after switching to the latest v1.4.1, the app is not spawning due to the below error --

9:43 AM
RuntimeError: Could not import 'aaa.wsgi'.
8110.bonikbarta.codelinker.com
9:43 AM
raise RuntimeError(f"Could not import '{module_name}'.")
8110.bonikbarta.codelinker.com
9:43 AM
File "/var/bb/bbwag/cenv/lib/python3.12/site-packages/granian/_internal.py", line 47, in load_module
8110.bonikbarta.codelinker.com
9:43 AM
^^^^^^^^^^^^^^^^^
8110.bonikbarta.codelinker.com
9:43 AM
module = load_module(path)
8110.bonikbarta.codelinker.com
9:43 AM
File "/var/bb/bbwag/cenv/lib/python3.12/site-packages/granian/_internal.py", line 58, in load_target
8110.bonikbarta.codelinker.com
9:43 AM
^^^^^^^^^^^^^^^^^
8110.bonikbarta.codelinker.com
9:43 AM
callback = callback_loader()
8110.bonikbarta.codelinker.com
9:43 AM
File "/var/bb/bbwag/cenv/lib/python3.12/site-packages/granian/server.py", line 366, in _spawn_wsgi_worker
8110.bonikbarta.codelinker.com
9:43 AM
self._target(*self._args, **self._kwargs)
8110.bonikbarta.codelinker.com
9:43 AM
File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
8110.bonikbarta.codelinker.com
9:43 AM
self.run()
8110.bonikbarta.codelinker.com
9:43 AM
File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
8110.bonikbarta.codelinker.com
9:43 AM
Traceback (most recent call last):
8110.bonikbarta.codelinker.com
9:43 AM
During handling of the above exception, another exception occurred:
8110.bonikbarta.codelinker.com
9:43 AM
ModuleNotFoundError: No module named 'aaa'
8110.bonikbarta.codelinker.com
9:43 AM
__import__(module_name)
8110.bonikbarta.codelinker.com
9:43 AM
File "/var/bb/bbwag/cenv/lib/python3.12/site-packages/granian/_internal.py", line 40, in load_module
8110.bonikbarta.codelinker.com
9:43 AM
Traceback (most recent call last):
8110.bonikbarta.codelinker.com
9:43 AM
Process granian-worker: