Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:msdn': 0.07; '"0"': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; "microsoft's": 0.16; 'oct': 0.16; 'subject:Change': 0.16; 'url:85)': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'actual': 0.28; 'search.': 0.29; 'usually': 0.30; 'problem.': 0.32; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'url:library': 0.36; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'url:microsoft': 0.39; 'header:Received:5': 0.40; 'end': 0.40; 'url:aspx': 0.60; 'url:en-us': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/hHT5yU10Yjh+6ws49VBuDW30NQlddYVbAOnqTPXaHY=; b=VjSMrlMEYEO2i7O0VTkg9HOVLSfY64aDt0uNYHF0TYtxEBXTRKzAbZU1/fqu8zOXiM +hcdgU3o4xN5g3cAXYiovRZZt9D9IuGY3uyRCHel/DG5m+hmQSWH78fmBTSdcf9WykqO ynRhI51Bylt914AOUoS9ciYn6ExfAp7LdgBXHk8j02BgKyTYcJh1hhVOYmXZSOylnT7v qkbtNTep6lulZaSVgFbZ0t80g+z6AoDeD/VR65kxNpQcU5wY/DH06UuFgNRfqmGeNLia uYECSAfUe0/2fOPdIaZpJMHvH9IPK30bFxnd2r2eogNkJ/WJLDPHGnoct58GcF5zpx6w 8XZQ== MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 18 Oct 2012 21:13:39 +1100 Subject: Re: Change computername From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350555222 news.xs4all.nl 6904 [2001:888:2000:d::a6]:33684 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31623 On Thu, Oct 18, 2012 at 7:22 PM, Anatoli Hristov wrote: > It does not work the result is "0" > > And I don't find any documentation about it :( Microsoft's official documentation can usually be found at the other end of a web search. In this case: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724931(v=vs.85).aspx You may need to call GetLastError to find out the actual problem. ChrisA