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
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 com objects to package up. So, if I si