While debugging a minor problem I ran into the same error message I reported previously:
ImportError: No module named _strptime My devbox setup looks like this: Apache/2.2.22, mod_wsgi/3.4, Python/3.2.3 However the error does not occur on my server, which is running setup: Apache/2.2.22, mod_wsgi/3.3 Python/3.1.3 This error only occurs under mod_wsgi. I can run the single-page script and the webapp with no error. Only when it is running under mod_wsgi does the error occur. Oddly enough, all other module time functions seem to work as expected. -- Gnarlie -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To view this discussion on the web visit https://groups.google.com/d/msg/modwsgi/-/z_RV9TjHoBwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
