Re: Python Windows Extensions for Mac

2011-08-23 Thread Christian Heimes
Am 22.08.2011 15:07, schrieb johnny.venter: > Chris, thank you for the information. Focusing on Active Directory, I > reviewed the info at the following site: > http://technet.microsoft.com/en-us/library/cc961766.aspx > > Based on this, I need to find a module that implements the LDAP APIs. By

Re: Python Windows Extensions for Mac

2011-08-22 Thread johnny.venter
Chris, thank you for the information. Focusing on Active Directory, I reviewed the info at the following site: http://technet.microsoft.com/en-us/library/cc961766.aspx Based on this, I need to find a module that implements the LDAP APIs. By default, it does not appear that Python can speak th

Re: Python Windows Extensions for Mac

2011-08-21 Thread Irmen de Jong
On 21-8-2011 1:51, 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 > t

Re: Python Windows Extensions for Mac

2011-08-21 Thread Alec Taylor
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 wrote: >> Yes, I want to make my queries from a remote non-Windo

Re: Python Windows Extensions for Mac

2011-08-21 Thread Chris Angelico
On Sun, Aug 21, 2011 at 6:38 AM, Johnny Venter wrote: > 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.

Re: Python Windows Extensions for Mac

2011-08-20 Thread Johnny Venter
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 Au

Re: Python Windows Extensions for Mac

2011-08-20 Thread Chris Angelico
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 >

Re: Python Windows Extensions for Mac

2011-08-20 Thread Johnny Venter
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? I found dcerpc might be the way to go. On A

Re: Python Windows Extensions for Mac

2011-08-20 Thread Kevin Walzer
On 8/19/11 4:02 PM, johnny.venter wrote: Hello, I am looking for the Python Windows Extensions to see if they can be installed on a Mac.THanks. You can certainly try to install them via easy_install, I supposed, but it's doubtful they would do anything, as the Mac does not support win32 AP

Re: Python Windows Extensions for Mac

2011-08-20 Thread Günther Dietrich
In article , Chris Rebert wrote: >On Fri, Aug 19, 2011 at 1:02 PM, johnny.venter wrote: >> >> Hello, I am looking for the Python Windows Extensions to see if they can be >> installed on a Mac.THanks. > >Your request is nonsensical. That's not completely true. >pywin32 wraps the Windows API

Re: Python Windows Extensions for Mac

2011-08-19 Thread Chris Rebert
On Fri, Aug 19, 2011 at 1:02 PM, johnny.venter wrote: > > Hello, I am looking for the Python Windows Extensions to see if they can be > installed on a Mac.THanks. Your request is nonsensical. pywin32 wraps the Windows API libraries. Mac OS X is not Windows; it does not implement the Windows API.

Re: Python Windows Extensions for Mac

2011-08-19 Thread Adam Jorgensen
You mean pywin32? They sure don't install on linux so that should give you a clue... On 19 August 2011 22:02, johnny.venter wrote: > > Hello, I am looking for the Python Windows Extensions to see if they can be > installed on a Mac.THanks. > > -- > http://mail.python.org/mailman/listinfo/pyth

Python Windows Extensions for Mac

2011-08-19 Thread johnny.venter
Hello, I am looking for the Python Windows Extensions to see if they can be installed on a Mac.THanks. -- http://mail.python.org/mailman/listinfo/python-list