Graham Dumpleton

Results 765 comments of Graham Dumpleton

As the error says: ``` error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ ``` So do you have the Microsoft compiler...

You don't provide what mod_wsgi configuration you are using, nor a full list of what Python packages your application uses. This issue may not be directly caused by pydantic, but...

For the versions of pydantic you think it started with, you are going to have to work out what versions of pydantic-core started to be used. This issue is likely...

I have not had any time to look at it as prepping for a trip. On that trip I will have no computer access so I will not be able...

No I haven't since after getting back from my extended trip I have started at a new job and have had little spare time to do anything. I also don't...

What version of Python are you using? I also need to see the actual log messages from around the time this occurs. If you are using per virtual host log...

In a test environment can you try a Django project using `pathlib` for `STATIC_ROOT` with: ``` pip install https://github.com/GrahamDumpleton/mod_wsgi/archive/refs/heads/develop.zip ``` and see if that resolves the issue. I have made...

Hold off on that, I stuffed up the changes. :-(

Okay, this time I should have got it right.

The five second sleep you see is a fail safe to force exit if it the process hasn't shutdown. In other words, a background thread is created which sleeps 5...