Just incase this helps anyone...

Mark
--- Begin Message ---
Don't know if anyone cares about this issue:
http://www.mail-archive.com/python-win32@python.org/msg08306.html
and I'm not a member of the pythong-win32 mailing list, but here's the
solution:

It has nothing to do with pythoncom / win32com, but with the fact that the
apache is running as a service. The solution can be found here:
http://social.msdn.microsoft.com/Forums/en/innovateonoffice/thread/b81a3c4e-62db-488b-af06-44421818ef91

The solution consists of simply making one folder:

64-bit windows - create this folder:
C:\Windows\SysWOW64\config\systemprofile\Desktop

32-bit windows - create this folder:
C:\Windows\System32\config\systemprofile\Desktop


Ittai
icho...@gmail.com

--- End Message ---
--- Begin Message ---
one small thing I forgot - you have to give the folder write permissions
from the relevant (apache) user

On Sun, Sep 4, 2011 at 6:10 PM, Ittai Chorev <icho...@gmail.com> wrote:

> Don't know if anyone cares about this issue:
> http://www.mail-archive.com/python-win32@python.org/msg08306.html
> and I'm not a member of the pythong-win32 mailing list, but here's the
> solution:
>
> It has nothing to do with pythoncom / win32com, but with the fact that the
> apache is running as a service. The solution can be found here:
>
> http://social.msdn.microsoft.com/Forums/en/innovateonoffice/thread/b81a3c4e-62db-488b-af06-44421818ef91
>
> The solution consists of simply making one folder:
>
> 64-bit windows - create this folder:
> C:\Windows\SysWOW64\config\systemprofile\Desktop
>
> 32-bit windows - create this folder:
> C:\Windows\System32\config\systemprofile\Desktop
>
>
> Ittai
> icho...@gmail.com
>

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

Reply via email to