I did not mean to use WMI on linux, but query win machines *from* linux.
Thank you for your clarifications
- Leonardo
On Wed, Jul 9, 2008 at 11:04 AM, A.T.Hofkamp <[EMAIL PROTECTED]> wrote:
> Welcome to the world outside MS.
>
> Many python modules don't actually do anything than passing on calls
So, i can't use wmi module on linux?
On Wed, Jul 9, 2008 at 9:14 AM, Lamonte Harris <[EMAIL PROTECTED]> wrote:
> I think the win32 module is only for windows.
>
--
http://mail.python.org/mailman/listinfo/python-list
Hi list,
i'm running Ubuntu Hardy Desktop and i've installed Tim Golden WMI.
However importing wmi module i have this error:
>>> import wmi
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.5/site-packages/wmi.py", line 141, in
from win32com.client import Get