Re: [python-win32] missing module ['win32com.gen_py']

2007-07-16 Thread Excalibur Xcalibur
Dear Mark, Thanks for the reply. For some weird reasons at times it compiles with the error message and on on other occasions it doesn't. Now it didn't and the EXE file was simply neat! -- Excalibur On 7/16/07, Mark Hammond <[EMAIL PROTECTED]> wrote: You can probably ignore

Re: [python-win32] missing module ['win32com.gen_py']

2007-07-16 Thread Mark Hammond
You can probably ignore that message from py2exe, unless the program fails when executed. If it does, please include the complete tracebacks you see. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Excalibur Xcalibur Sent: Tuesday, 17 July 2007 8:

[python-win32] missing module ['win32com.gen_py']

2007-07-16 Thread Excalibur Xcalibur
Hi Everyone, I compiled a script on win32 using py2exe and it's the first time I get the following error: --- The following m

Re: [python-win32] win32com.client for linux

2007-07-16 Thread Tim Roberts
gayatri iyer wrote: > I'm working towards fetching wmi information from a remote windows > server target. The client is a linux appliance. Can i get the > win32com.client for linux ? Not directly. However, WMI is a protocol-based service, kind of like a web server. There are packages availabl