le dahut <[EMAIL PROTECTED]> writes: > I've crawled google and its search results in broad, length and through > but I didn't find a real explanation concerning the use of wmi with > py2exe under win 9x/Me. > > My program works fine on the 98 machine where python pygtk gtk runtime > and wmi are installed. I want to run it on fresh installed machines, > where nothing but the base system is installed. Is it possible to "hard > compile" WMi ?
The windows WMI runtime must be installed in the win98 machine, otherwise it cannot work. Thomas _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
