Questoin about outlook calendar

2006-08-29 Thread Gallagher, Tim (NE)
I am trying to pull all my information from outlook calendar so I can send calendar information to my phone via email. I have created a python script that will gather Outlook Calendar information and display it. I am new to python and this is something that I am working on so I can get better.

Unicode Error

2006-08-22 Thread Gallagher, Tim (NE)
Hey all I am learning Python and having a fun time doing so.  I have a question for y'all, it has to do with active directory.   I want to get the last login for a computer from Active Directory.  I am using the active_directory module and here is my code.   [START

Add users to directory/folder and set permissions in Windows

2006-08-21 Thread Gallagher, Tim (NE)
I was wondering if there was a way to add a user in active directory to a folder and set the permissions. Thanks, Tim Timothy F. Gallagher CSC Systems Engineer -- http://mail.python.org/mailman/listinfo/python-list

Search or compai problem

2006-08-18 Thread Gallagher, Tim (NE)
I am new to python and I want to compare 2 strings, here is my code: [start] import active_directory import re lstUsers = [] users = active_directory.root() for user in users.search ("sn='gallagher'"): lstUsers.append(user.samAccountName) print "--

New to python

2006-08-17 Thread Gallagher, Tim (NE)
Hello all, I am new to python and I have a few questions. I am an old Perl hacker been using Perl for many years. I wanted to give python a try, I am happy with it so far. Question: 1. Is there a repository that I can go to for modules? Perl has CPAN and I was wondering what the Python equival