[python-win32] Anyone is able to install PSE on windows?

2008-04-02 Thread hiren kumar
Hi, Anybody is successfully able to install PSE - Python Servlet Engine on windows? I have installed the Python 2.5 and apache 2.2. I have installed mopd_python and verified it and it is running perfectly fine. I have downloaded PSE 3.0 windows binary installation. But when I try to run it , at

[python-win32] Adding Users to a Specific Organization Unit in a Domain

2008-04-02 Thread Ian John Newton
Hi I need to take a text file with a list of users, groups and Organization Units and then add these users into a Domain. Currently the server is Win 2K, but I will also need to do this on Win2003. I used the BatchUserCreate.py from ch 16 of Mark Hammonds Python Programming on Win32

Re: [python-win32] A shameless COM question

2008-04-02 Thread Tim Roberts
Marcus Low wrote: > > Thank you for the alternative view, yes i have the twisted downloaded > and inspecting it prior to this question. > My only concern would be this is because the said COM component is > made to run optimally in Windows and i am not sure i have the same > assurance when it c

Re: [python-win32] Adding Users to a Specific Organization Unit in a Domain

2008-04-02 Thread Mark Hammond
Since Windows 2000, it sometimes better to try and manage users via the ActiveDirectory - and one excellent reason is that VB etc samples can be found, which can make life easier. Here is a little code I've used to create users via AD - I'm afraid you will need to find out how to add OU references

Re: [python-win32] Anyone is able to install PSE on windows?

2008-04-02 Thread Waldemar Osuch
On Wed, Apr 2, 2008 at 5:45 AM, hiren kumar <[EMAIL PROTECTED]> wrote: > Hi, > > Anybody is successfully able to install PSE - Python Servlet Engine on > windows? > > I have installed the Python 2.5 and apache 2.2. > I have installed mopd_python and verified it and it is running perfectly > fine. >