Hello, I'm new to mod_wsgi and also new to Python. I'm trying to implement a web server that will provide a web service to some applications, and for that I'm using Apache HTTP Server 2.2 with mod_wsgi and Spyne.
I've created a Python script that runs without errors by its own. When I execute it I can successfully connect to the server and obtain the wsdl specification. The script is here: http://dpaste.com/hold/1272788/ When I try to run it through an Apache server, I get the famous "from lxml import etree - ImportError: DLL load failed" error. I read and tried to implement everything I saw in previous posts about this error, but nothing worked. I'm pasting here my wsgi script and httpd.conf file, could you please help me? Script: http://dpaste.com/hold/1272793/ Config file (excerpt): http://dpaste.com/hold/1272795/ Thank you very much, Felipe Rosario -- 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 http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
