if __name__ == "__main__":
args = parse_args()
install_path = os.getcwd()
if os.getuid() != 0 and args.create_user and not args.no_install_prequisites:
While compiling the above source code in windows i get this error
module' object has no attribute 'geteuid' windows
can any one resolve this.