Re: [python-win32] excel xla runautomacros

2007-04-25 Thread Hussain Jiwani
Following is a snippet of code that I have been using to figure out if an addin in installed. xlApp = win32com.client.dynamic.Dispatch('Excel.Application') xlApp.DisplayAlerts = 0 xlApp.Interactive = 1 if xlApp.Application.Addins.Count <= 0: print "Termi

Re: [python-win32] Registry Entries on a win32 install

2005-07-22 Thread Hussain Jiwani
I have been using PythonPath to do something similar and it works very well. Just set your PythonPath to the shared directory. Hussain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Benn Sent: Friday, July 22, 2005 7:32 AM To: python-win32@python.o