Re: [python-win32] Two questions

2010-12-20 Thread Ian
. That does a nice job dealing with packaging everything up, and you can take that exe file and its associated other files and wrap a conventional Windows-style installer around it. paul Thank you both for your input. It should solve both my

[python-win32] Two questions

2010-12-18 Thread Ian
have to - there is plenty already. Regards Ian ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

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

2008-04-02 Thread Ian John Newton
t container "Users" in the security group Domain Users. Is there any com method to add them to a specific Organizational Unit? Thanks in advance for any help you may be able to provide. Regards, Ian Newton ___ python-win32 mailing list python-

[python-win32] How to send emails using Python via the default email client (eg Outlook Express)

2004-12-27 Thread Ian Cook
simplemapisimplemapi.SendMail("[EMAIL PROTECTED];[EMAIL PROTECTED]","My Subject","My message body","c:\attachment1.txt;c:\attachment2")      I hope it is of some help to others.   You can download the script from http://www.kirbyfooty.com/simplemapi.py