[python-win32] win32com + Excel + Django + Apache = problem

2011-01-26 Thread user
Hello, I have some problems while opening Excel (via win32com) document in a web application running under Apache(mod_wsgi)/Windows 2008 Server (there is no problem when the application is running on django developer server - one thread). My code: def my_view(request): import pythoncom

Re: [python-win32] win32com + Excel + Django + Apache = problem

2011-01-26 Thread user
This line it's not a copy past from my source. In the code every path is ok, I checked many times. 2011/1/26 Mike Mazurek mike.mazu...@gmail.com C:\\path\to\\file.xlsx -- you need another back slash before the to On Wed, Jan 26, 2011 at 9:09 AM, user crico...@gmail.com wrote: Hello, I