I have a strange import problem, where I can't seem to import some
kinds of libraries. I know my paths are set up properly. For example,
I did an easy_install of werkzeug. I can do an "import werkzeug" and
that works just fine, but I can't do a "from werkzeug import
Response". I can however do "from multiprocessing import Process".

I even set the user in the WSGIDaemonProcess directive to my own
account to see if it's a permission problem.

I'm running in daemon mode with 5ps x 5threads.

I get this lovely message in my error_log
[Wed Dec 30 18:51:55 2009] [error] [client 127.0.0.1] Premature end of
script headers: myapp.wsgi
[Wed Dec 30 18:51:56 2009] [notice] child pid 82299 exit signal Trace/
BPT trap (5)


Does any of this ring a bell for anyone?

--

You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
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.


Reply via email to