2008/11/3 gert <[EMAIL PROTECTED]>:
>
> This is going to take aaaaaages to explain, and probably will not be
> reproducible on mac either, dam*t Graham when are going to get rid of
> that expensive crap.
>
> http://87.98.218.86/appwsgi/www/upload2/upload.htm
>
> Normally you see a yellow square if your flash 10 plugin is working...
> i doubt on safari ch*t
> If you click on it, it start uploading stuff on a really nice way that
> you can customize to make it look really fancy with progress bars and
> stuff without reloading a single page. Bless web 3.0 and the open flex
> compiler :-)
>
> But the bug is I had to type in this url before wsgi figured out
> WSGIPythonPath
> http://87.98.218.86/appwsgi/www/upload2/upload.py
>
> So how in gods name am I going to explain this to you so you know what
> is going on :-)
>
> Wsgi Trunk version embeded mode
> Prefork Server version: Apache/2.2.9 (Ubuntu) PHP SSL

Test with mod_wsgi 2.3 and tell me if it does the same thing as
recently did some fiddling with WSGIPythonPath and python-path in
trunk. If you can't go back to 2.3, check out revision 1101 of trunk
instead and try it.

Also, what code is in WSGI script file that:

  http://87.98.218.86/appwsgi/www/upload2/upload.py

maps to? In particular, anything that changes sys.path or calls
site.addsitedir().

If you are doing path manipulations in that script file and have used
WSGIApplicationGroup to run lots of scripts in same sub interpreter,
you may have caused an ordering dependency if other script files
import stuff but you have not done similar path change in those script
files.

Also try augmenting scripts with debug which outputs sys.path so you
can show what value it has before and after execution of particular
scripts.

Graham

--~--~---------~--~----~------------~-------~--~----~
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