Re: [python-win32] win32com on vista

2009-12-04 Thread Mark Hammond
On 5/12/2009 4:27 AM, Jeff Peery wrote: ok, From what I understand the gen_py creates the files needed for the COM object to run. I can create them ahead of time and put them in the py2exe or I can create them on the fly. I am forced to create them as needed because I don't know exactly which co

Re: [python-win32] win32com on vista

2009-12-04 Thread Jeff Peery
e Py2exe docs discussed only EnsureDispatch.   thanks! Jeff --- On Thu, 12/3/09, Mark Hammond wrote: From: Mark Hammond Subject: Re: [python-win32] win32com on vista To: "Jeff Peery" Cc: [email protected] Date: Thursday, December 3, 2009, 5:06 PM On 4/12/2009 11:38 AM, J

Re: [python-win32] win32com on vista

2009-12-03 Thread Mark Hammond
On 4/12/2009 11:38 AM, Jeff Peery wrote: hello, I've got a wxpython app that uses win32com and I've packaged it all up using py2exe. I'm having a problem because the win32com.client.gencache.py appears to be creating some directories/files in the installation directoy (which is under program file

[python-win32] win32com on vista

2009-12-03 Thread Jeff Peery
hello, I've got a wxpython app that uses win32com and I've packaged it all up using py2exe. I'm having a problem because the win32com.client.gencache.py appears to be creating some directories/files in the installation directoy (which is under program files) and a non admin user doesn't have wri