> On 7 Sep 2016, at 11:52 AM, Roger Wayne <[email protected]> wrote: > > I see. Well I have two versions of Python. One is only installed for the root > account, and the other for all users. This may or may not have something to > do with it, but the one in PATH is the one only the root user has access to. > > As for the last thing you mentioned, I would not be sure how to check that > unfortunately. but I believe I installed most if not all the packages for > both versions of Python.
Have you ever considering investigating Docker? The Windows platform is not a good platform for software development when using Python. If you ran Docker, then you could use Linux inside of a container and use tools which are known to work better. 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.
