Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #11936

Re: Python Windows Extensions for Mac

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <johnny.venter@zoho.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'python': 0.08; '21,': 0.09; 'etc...': 0.09; 'am,': 0.12; 'users,': 0.13; 'query.': 0.16; 'received:72.5': 0.16; 'received:72.5.230': 0.16; 'received:sender1.zohomail.com': 0.16; 'received:zohomail.com': 0.16; 'subject:Mac': 0.16; 'x-mailer:iphone mail (8j2)': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.16; 'linux': 0.17; 'subject:Windows': 0.18; 'this?': 0.21; 'is?': 0.21; "doesn't": 0.22; '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; 'cc:addr:python.org': 0.30; 'module': 0.30; 'sun,': 0.30; 'functional': 0.31; 'chris': 0.32; 'joined': 0.32; 'objects': 0.32; 'url:listinfo': 0.33; 'clarify': 0.34; 'thank': 0.35; 'charset:us-ascii': 0.36; 'url:python': 0.36; 'assuming': 0.37; 'query': 0.37; 'some': 0.38; 'url:org': 0.38; 'subject:: ': 0.39; 'received:192': 0.39; 'header:Mime-Version:1': 0.39; 'meaning': 0.39; 'setup': 0.40; 'computer.': 0.40; 'your': 0.61; 'kind': 0.61; 'header:Message-Id:1': 0.61; 'here': 0.65; 'concept': 0.72; 'johnny': 0.84; 'liberty': 0.84; 'shares,': 0.84
DomainKey-Signature a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=references:in-reply-to:mime-version:content-type:message-id:cc:from:subject:date:to; b=J9Z5Oz/h/gHFF3Wh/PUQ9hPbO+pLUahpexaqHEAjky97UXHzdHe9WDQoPk7X7xp3cfx1/rBOtQ5Y DsTkfm1o3Q1HIZHUKq4GTT2rVoSRDjMaQo/Rk9XIaffV4BhPV73p
References <mailman.250.1313813488.27778.python-list@python.org> <e1f6f$4e4ff106$4275d90a$13260@FUSE.NET> <03C16874-0DE8-49B4-A1B3-32E576D01357@zoho.com> <CAPTjJmoaZv2H9RBg2bFJW=1xYMdM9a-wYsu-N3nrJpxfLBQMDQ@mail.gmail.com>
In-Reply-To <CAPTjJmoaZv2H9RBg2bFJW=1xYMdM9a-wYsu-N3nrJpxfLBQMDQ@mail.gmail.com>
Mime-Version 1.0 (iPhone Mail 8J2)
Content-Transfer-Encoding quoted-printable
Content-Type text/plain; charset=us-ascii
X-Mailer iPhone Mail (8J2)
From Johnny Venter <johnny.venter@zoho.com>
Subject Re: Python Windows Extensions for Mac
Date Sun, 21 Aug 2011 01:38:24 -0400
To Chris Angelico <rosuav@gmail.com>
X-ZohoMailClient External
X-Zoho-Virus-Status 2
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.275.1313905116.27778.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1313905116 news.xs4all.nl 23888 [2001:888:2000:d::a6]:43508
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:11936

Show key headers only | View raw


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 remote  Windows computer joined to a Windows 2003 functional level domain. Given this, what is the best way to accomplish this?


On Aug 20, 2011, at 7:57 PM, Chris Angelico <rosuav@gmail.com> wrote:

> On Sun, Aug 21, 2011 at 12:51 AM, Johnny Venter <johnny.venter@zoho.com> 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
> -- 
> http://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python Windows Extensions for Mac "johnny.venter" <johnny.venter@zoho.com> - 2011-08-19 13:02 -0700
  Re: Python Windows Extensions for Mac Kevin Walzer <kw@codebykevin.com> - 2011-08-20 13:39 -0400
    Re: Python Windows Extensions for Mac Johnny Venter <johnny.venter@zoho.com> - 2011-08-20 19:51 -0400
      Re: Python Windows Extensions for Mac Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-08-21 17:28 +0200
    Re: Python Windows Extensions for Mac Chris Angelico <rosuav@gmail.com> - 2011-08-21 00:57 +0100
    Re: Python Windows Extensions for Mac Johnny Venter <johnny.venter@zoho.com> - 2011-08-21 01:38 -0400
    Re: Python Windows Extensions for Mac Chris Angelico <rosuav@gmail.com> - 2011-08-21 08:30 +0100
    Re: Python Windows Extensions for Mac Alec Taylor <alec.taylor6@gmail.com> - 2011-08-21 20:13 +1000
    Re: Python Windows Extensions for Mac "johnny.venter" <johnny.venter@zoho.com> - 2011-08-22 06:07 -0700
    Re: Python Windows Extensions for Mac Christian Heimes <lists@cheimes.de> - 2011-08-23 15:40 +0200

csiph-web