> On 7 Sep 2016, at 12:02 PM, Roger Wayne <[email protected]> wrote: > > Basically it is like the Wine for Linux?
No, I wouldn’t use that analogy at all. It has got nothing to do with running Windows programs on Linux. > I heard of it but if it would make things easier, I think it would definitely > save me trouble. If I do pursue this, do you think putting the mod_wsgi.so > file in the folder and editing the httpd.conf file like I was trying to do > would work without any problems? Many people have had no problems getting mod_wsgi to work on Windows. It is impossible to know how your environment is set up whether you do in fact have all the right bits, and it is very important to have the right bits when using Windows. Using Linux is much much simpler as you either are using system supplied binaries which have been matched together for you already, or you compile from source code and get exactly what you need. The latter is much more straightforward on Linux. Using Docker presents even simpler ways of doing things as there are Docker base images out there that have everything set up for you and you just need to add in your application code. Right now it is becoming too difficult to understand what state your Windows system is in. Thus why perhaps suggest spend a bit of time learning about Docker and also Linux in general. the other option is to not try and do things on your own system, but use a hosting service where they worry about setting up the server software. For experimenting, Heroku has a hobby tier which doesn’t cost any money. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
