[modwsgi] importing python script -- truncated or oversized headers

2016-10-17 Thread Lennon McCartney
Hello, I've written a python script that I'm attempting to import into Django. It works perfectly on a Windows machine and from the Django shell on the server, however when mod_wsgi gets involved I begin to get errors. The error received is: Daemon process deadlock timer expired, stopping pr

[modwsgi] Re: importing python script -- truncated or oversized headers

2016-10-17 Thread Lennon McCartney
I have since figured out where the issue lies. There appears to be some sort of conflict with the scipy.special module and mod_wsgi. On Monday, October 17, 2016 at 12:18:10 PM UTC-4, Lennon McCartney wrote: > > Hello, > > I've written a python script that I'm attempting to import into Django. I

Re: [modwsgi] Re: importing python script -- truncated or oversized headers

2016-10-17 Thread Graham Dumpleton
> On 18 Oct 2016, at 5:04 AM, Lennon McCartney > wrote: > > I have since figured out where the issue lies. There appears to be some sort > of conflict with the scipy.special module and mod_wsgi. > > On Monday, October 17, 2016 at 12:18:10 PM UTC-4, Lennon McCartney wrote: > Hello, > > I've