win32all - determine wrkstn vs. server

ChrisH secun at yahoo.com
Mon Jun 7 14:53:20 EDT 2004


Does anyone know of a way to determine whether the current computer 
running a python script is a workstation or server? 

I've used the following code, but it only tells me the version of 
Windows.

(majVer,minVer,buildNum,platID,osInfo) = win32api.GetVersionEx()

Thanks,
Chris




More information about the Python-list mailing list