Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'python': 0.08; '21,': 0.09; 'etc...': 0.09; 'am,': 0.12; 'users,': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'query.': 0.16; 'subject:Mac': 0.16; 'wrote:': 0.16; 'linux': 0.17; 'subject:Windows': 0.18; 'this?': 0.21; 'is?': 0.21; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'aug': 0.24; 'message-id:@mail.gmail.com': 0.29; 'module': 0.30; 'sun,': 0.30; 'chris': 0.32; 'objects': 0.32; 'to:addr:python-list': 0.33; 'clarify': 0.34; 'thank': 0.35; 'assuming': 0.37; 'query': 0.37; 'some': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'meaning': 0.39; 'to:addr:python.org': 0.39; 'setup': 0.40; 'your': 0.61; 'kind': 0.61; 'concept': 0.72; 'johnny': 0.84; 'liberty': 0.84; 'shares,': 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 :content-type; bh=LeZBCPYrScDta8JDl9PM0eJfAvIg6XFkAIWDIJZxeV8=; b=wm5HtAgN/a5zaxggUf9v+3LX0E+Q45uQ2J3no5nFEctMD2IJkodiRveHLTFFjd68wL 6JV0ESNFac9+m5hWXfRnLhFVy8zErQrf10fIBf09OvOn1i8EP6hKGbD+59w6NIckw29+ 0I7DmrlMGEyiUzAGp4wcQ2hJVbzkEN7iBAtbc= MIME-Version: 1.0 In-Reply-To: <03C16874-0DE8-49B4-A1B3-32E576D01357@zoho.com> References: <03C16874-0DE8-49B4-A1B3-32E576D01357@zoho.com> Date: Sun, 21 Aug 2011 00:57:21 +0100 Subject: Re: Python Windows Extensions for Mac 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.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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313884644 news.xs4all.nl 23866 [2001:888:2000:d::a6]:49306 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11933 On Sun, Aug 21, 2011 at 12:51 AM, Johnny Venter wrote: > Thank you all for the replies. I would like to query various Windows' objects and resources from Mac and/or Linux such as Active Directory users, network shares, group members, etc... What module or methods can I use with python to accomplish this? > The concept doesn't have meaning on a non-Windows computer, so I am going to take the liberty of assuming that you really want to query them from a different computer - some kind of network query. If that's not the case, can you clarify exactly what your setup is? Chris Angelico