The two paths are identical at the *.wsgi script and also at the *.py 
script that crashes.

-- Gnarlie


On Monday, October 29, 2012 5:55:02 AM UTC-6, Graham Dumpleton wrote:
>
> You aren't playing around with sys.path in the WSGI script file and 
> mucking up what was in it to begin with? 
>
> Try adding in debug which prints out sys.path in WSGI script file and 
> then later where import of threading was failing. 
>
> Graham 
>
> On 29 October 2012 22:50, Gnarlodious <gnarl...@gmail.com <javascript:>> 
> wrote: 
> > OK here is the final report. "import threading" MUST be declared in your 
> > *.wsgi script. If not, you get an error "ImportError: No module named 
> > threading" from any module importing threading. I don't know why this is 
> the 
> > case because it was determined by trial and error. 
> > 
> > Anything else I said about this problem was irrelevant. 
> > 
> > -- Gnarlie 
> > http://Gnarlodious.com 
> > 
> > -- 
> > 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/-/ZMiikafI2yQJ. 
> > 
> > To post to this group, send email to mod...@googlegroups.com<javascript:>. 
>
> > To unsubscribe from this group, send email to 
> > modwsgi+u...@googlegroups.com <javascript:>. 
> > For more options, visit this group at 
> > http://groups.google.com/group/modwsgi?hl=en. 
>

-- 
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/-/p3iwVAyksHUJ.
To post to this group, send email to modwsgi@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to