[modwsgi] Re: WSGIScriptAlias contains russian characters in directory part

2009-07-23 Thread Graham Dumpleton
2009/7/22 Graham Dumpleton graham.dumple...@gmail.com: Can you try attached binary and let me know if it works. Don't have enough time tonight to set up example with Unicode filenames. At least still works for hello world with normal file names. Unless I have done something stupid in way I am

[modwsgi] Re: WSGIScriptAlias contains russian characters in directory part

2009-07-23 Thread Mike Plavsky
The same result. It doesn't work :( Still says fopen failed Shouldn't you have used something like _wfopen? On Jul 23, 11:37 am, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/7/22 Graham Dumpleton graham.dumple...@gmail.com: Can you try attached binary and let me know if it works.

[modwsgi] Re: WSGIScriptAlias contains russian characters in directory part

2009-07-23 Thread Graham Dumpleton
2009/7/23 Graham Dumpleton graham.dumple...@gmail.com: 2009/7/23 Mike Plavsky supermapl...@gmail.com: The same result. It doesn't work :( Still says fopen failed Shouldn't you have used something like _wfopen? I did use _wfopen(). The fopen() message is mine and I didn't distinguish. I

[modwsgi] Re: WSGIScriptAlias contains russian characters in directory part

2009-07-22 Thread Nimrod A. Abing
On Wed, Jul 22, 2009 at 8:17 PM, Graham Dumpletongraham.dumple...@gmail.com wrote: 2009/7/22 Nimrod A. Abing nimrod.ab...@gmail.com: 2009/7/22 Graham Dumpleton graham.dumple...@gmail.com: 2009/7/22 Mike Plavsky supermapl...@gmail.com: Was using mod_wsgi 2.3, checked with mod_wsgi 2.5 and

[modwsgi] Re: WSGIScriptAlias contains russian characters in directory part

2009-07-22 Thread Graham Dumpleton
2009/7/23 Nimrod A. Abing nimrod.ab...@gmail.com: On Wed, Jul 22, 2009 at 8:17 PM, Graham Dumpletongraham.dumple...@gmail.com wrote: 2009/7/22 Nimrod A. Abing nimrod.ab...@gmail.com: 2009/7/22 Graham Dumpleton graham.dumple...@gmail.com: 2009/7/22 Mike Plavsky supermapl...@gmail.com:

[modwsgi] Re: WSGIScriptAlias contains russian characters in directory part

2009-07-21 Thread Graham Dumpleton
What version of mod_wsgi are you using? If you are mod_wsgi 2.3 or older, ensure you upgrade to mod_wsgi 2.5. This will mean you will have to use Python 2.6 as no binaries for older Python versions. I cannot duplicate the problem you are having on MacOS X, with it working for me.

[modwsgi] Re: WSGIScriptAlias contains russian characters in directory part

2009-07-21 Thread Mike Plavsky
Was using mod_wsgi 2.3, checked with mod_wsgi 2.5 and Python 2.6.1 - the result is the same. So yes, probably the issue is Windows specific. BTW do you test mod_wsgi on Windows? On Jul 21, 12:01 pm, Graham Dumpleton graham.dumple...@gmail.com wrote: What version of mod_wsgi are you using? If

[modwsgi] Re: WSGIScriptAlias contains russian characters in directory part

2009-07-21 Thread Graham Dumpleton
2009/7/22 Mike Plavsky supermapl...@gmail.com: Was using mod_wsgi 2.3, checked with mod_wsgi 2.5 and Python 2.6.1 - the result is the same. So yes, probably the issue is Windows specific. BTW do you test mod_wsgi on Windows? I have only recently starting compiling mod_wsgi on Windows myself.