Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'python"': 0.07; 'python': 0.08; '21,': 0.09; 'am,': 0.12; 'protocol': 0.15; '(is': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'open-source,': 0.16; 'subject:Mac': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.16; 'subject:Windows': 0.18; 'cc:no real name:2**0': 0.20; 'this?': 0.21; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'pm,': 0.24; 'aug': 0.24; 'windows': 0.26; 'remote': 0.28; 'url:mailman': 0.28; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; '5:30': 0.30; 'protocol.': 0.30; 'researching': 0.30; 'sun,': 0.30; 'functional': 0.31; 'chris': 0.32; 'joined': 0.32; 'objects': 0.32; 'url:listinfo': 0.33; 'speaking': 0.35; 'problem.': 0.36; 'url:python': 0.36; 'using': 0.37; 'something': 0.37; 'received:google.com': 0.38; 'url:org': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'relatively': 0.39; 'computer.': 0.40; 'kind': 0.61; 'here': 0.65; 'details': 0.65; 'johnny': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=I1QTSNHs3nIIylQm2U4/klmaYWvTDWA9zfzohxfWTn8=; b=xwe8VjjWTNV0s2ptSKMpSk05bCgIzS1tQ5bTExyiySO7UP4IRE5c41uwEoNRW7J2VJ vZs5rIuB5H6t2J9TrfpFdz6dValm2caf4n+qIXtvK/9jXyqNCvmLhk+FTreQ/ZlFk30u wVeKY5X9OiMDWrbJVl3FMkyG8LPUtTYFSmOLE= MIME-Version: 1.0 In-Reply-To: References: <03C16874-0DE8-49B4-A1B3-32E576D01357@zoho.com> Date: Sun, 21 Aug 2011 20:13:07 +1000 Subject: Re: Python Windows Extensions for Mac From: Alec Taylor To: Chris Angelico Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313921592 news.xs4all.nl 23865 [2001:888:2000:d::a6]:56986 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11939 Perhaps you'd be better off with something like RunDeck (Free, Open-Source, Cross-Platform, CopyLeft) for this kind of problem. On Sun, Aug 21, 2011 at 5:30 PM, Chris Angelico wrote: > On Sun, Aug 21, 2011 at 6:38 AM, Johnny Venter w= rote: >> Yes, I want to make my queries from a remote non-Windows computer. Here = is the scenario: >> >> From my mac, I want to use python to access and read objects from a remo= te =A0Windows computer joined to a Windows 2003 functional level domain. Gi= ven this, what is the best way to accomplish this? >> > > Then the "use Python" part is relatively immaterial; what you need to > know is: What network protocol are you using to "access and read > objects"? Start by researching that; once you know the details (is it > even TCP/IP-based?), you can look into whether Python has facilities > for speaking that protocol. > > ChrisA > -- > http://mail.python.org/mailman/listinfo/python-list >