Hi,
I have been tinkering around with win32net. Today when executing a simple
command I recieved a program error message box, it says:
python.exe has generated errors and will be closed by Windows. You will need to
restart the program.
An error log is being created
the code is this:
import win32net
dict = win32net.NetLocalGroupGetMembers(someName,'Administrators',1,1,1024)
I cannot find the error log anywhere. Any help would be greatly
appreciated.