On 26/01/2011 8:51 AM, cricogik wrote:
 > Does that user have access to that path?
Yes, apache has full access. It's problem in win32com

Are you sure about that?

because when I
add before calling Workbooks.Open:

     open("C:\\path\\to\\file.xlsx")

application won't crash, so apache can open/read/write this file. Also
when I running application under django developer server everything works.
...
 >>       doc = xl.Workbooks.Open("C:\\path\to\\file.xlsx")

You have a tab character (\t) in that path.

Mark
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to