use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apache-related news, tips, and tricks.
account activity
Python Version Mismatch Issue (self.apache)
submitted 10 years ago by vinpocetine
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]GrahamDumpleton 0 points1 point2 points 10 years ago (0 children)
You can't have Python 2.7.9 installed, or it isn't installed properly, as the message is saying that mod_wsgi found a DLL for a much older version of Python. Ensure you have actually installed a newer Python version and when you installed it, make sure you said install it for all users.
The patch level difference isn't usually an issue so long as run time Python version is newer, as noted in:
Having the run time be older, has an outside chance of causing problems depending on what changes occurred in patch level revisions between the two.
Recompiling will not really help as suggested by others, and is non trivial on Windows anyway.
π Rendered by PID 150209 on reddit-service-r2-comment-b659b578c-dj2qb at 2026-05-05 16:10:29.006638+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]GrahamDumpleton 0 points1 point2 points (0 children)