Re: [modwsgi] I am unable to install mod_wsgi in windows 11

2024-01-19 Thread Graham Dumpleton
You can use any recent Python 3.X version. Right now it is picking some Python 3.7 installation you have and not Python 3.11 as you expected. All I can tell you is that you have probably installed multiple versions of Python at different times but in some cases have installed it just for your

Re: [modwsgi] I am unable to install mod_wsgi in windows 11

2024-01-19 Thread Ananth Mandli
i don't know what's wrong i did C:\Apache24\bin>pip install mod_wsgi==4.5.24 Collecting mod_wsgi==4.5.24 Using cached mod_wsgi-4.5.24.tar.gz (2.6 MB) Preparing metadata (setup.py) ... done Building wheels for collected packages: mod_wsgi Building wheel for mod_wsgi (setup.py) ... error

Re: [modwsgi] I am unable to install mod_wsgi in windows 11

2024-01-19 Thread Ananth Mandli
please help me which version i have to use On Sat, 20 Jan 2024 at 11:09, Ananth Mandli wrote: > I don't know What's wrong i did > > > Collecting mod_wsgi==4.5.24 > Using cached mod_wsgi-4.5.24.tar.gz (2.6 MB) > Preparing metadata (setup.py) ... done > Building wheels for collected

Re: [modwsgi] I am unable to install mod_wsgi in windows 11

2024-01-19 Thread Graham Dumpleton
There is something broken about your Python installation if you think you are using Python 3.11. The compiler output shows: -Ic:\users\91915\appdata\local\programs\python\python37-32\include -Ic:\users\91915\appdata\local\programs\python\python37-32\Include As you can see it is trying to

Re: [modwsgi] I am unable to install mod_wsgi in windows 11

2024-01-19 Thread Ananth Mandli
I don't know What's wrong i did Collecting mod_wsgi==4.5.24 Using cached mod_wsgi-4.5.24.tar.gz (2.6 MB) Preparing metadata (setup.py) ... done Building wheels for collected packages: mod_wsgi Building wheel for mod_wsgi (setup.py) ... error error: subprocess-exited-with-error ×

Re: [modwsgi] I am unable to install mod_wsgi in windows 11

2024-01-19 Thread Ananth Mandli
I am using ==> Python 3.11.1 ==>Apache24 ==>Microsoft visual c++ 2015-2022 redistributable On Sat, 20 Jan 2024 at 01:29, Graham Dumpleton wrote: > This error generally indicates you have the wrong version or a badly > installed version of the Microsoft Visual Studio build tools. > > Try

Re: [modwsgi] I am unable to install mod_wsgi in windows 11

2024-01-19 Thread Graham Dumpleton
This error generally indicates you have the wrong version or a badly installed version of the Microsoft Visual Studio build tools. Try reinstalling Visual Studio Build Tools, making sure it is the correct version for the version of Python you are using. Since you are using an older version of