Re: [BangPypers] Silent installation of Active Directory server using Python

2013-05-24 Thread Baiju M
You may consider using Salt (Python based remote execution and configuration management tool): http://docs.saltstack.com/ Windows installers are available here: http://docs.saltstack.com/topics/installation/windows.html On Fri, May 24, 2013 at 6:44 PM, Ashutosh Narayan wrote: > Hi folks, > > I

Re: [BangPypers] Silent installation of Active Directory server using Python

2013-05-24 Thread Sriram Narayanan
You would be better off configuring AD using power shell scripts. You could always trigger these using python, if you want. I don't know if func has been ported to Windows yet, but I've used chef on Windows, and I know that puppet works too. Ram On May 24, 2013 6:57 PM, "Ashutosh Narayan" wrote:

Re: [BangPypers] [Inpycon] Volunteer for Managing pycon India Website content

2013-05-24 Thread Noufal Ibrahim
There's a pull request which Gora has sent that adds sponsors. There's some discussion going on. Anyone interested in helping out, please jump in and participate. More will come as the work gains traction. https://github.com/pythonindia/pyconindia2013/pull/1 Thanks. [...] -- Cordially, Noufa

[BangPypers] Silent installation of Active Directory server using Python

2013-05-24 Thread Ashutosh Narayan
Hi folks, I have to do a silent installation of Active Directory (AD) on Windows. AFAIK Fabric is one such tool to do do. Say, dcpromo is a command to setup AD, it opens up a wizard and we fill details. Now how can I setup AD on Windows using Python scripts Can somebody throw some light on how can

Re: [BangPypers] Need help installing MySQLdb

2013-05-24 Thread Gora Mohanty
On 24 May 2013 13:35, Praveen Kumar wrote: > Hi, > > I have to install MySQLdb module for python2.4 on a CentOS6 - 64bit system. > I tried hard but I am not able to install it. > > Can you please help me, on installing MySQLdb module. You would be better off asking on a CentOS list. This is not r

[BangPypers] Need help installing MySQLdb

2013-05-24 Thread Praveen Kumar
Hi, I have to install MySQLdb module for python2.4 on a CentOS6 - 64bit system. I tried hard but I am not able to install it. Can you please help me, on installing MySQLdb module. Thanks, Praveen ___ BangPypers mailing list BangPypers@python.org http:/