[python-win32] python-win32 : cross database automation

2009-09-17 Thread Threader Slash
Hello Everybody... I working on a client-server database solution. The system is normalized and is using MySQL. To automate some of processes I using Python. Part of the old database will be still running on Lotus Notes. After working on it, it seems that the best choice to directly manipulate Lo

Re: [python-win32] python-win32 Digest, Vol 78, Issue 18

2009-09-21 Thread Threader Slash
[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Threader Slash wrote: > > > > I working on a client-server database solution. The system is > > normalized and is using MySQL. To automate some of processes I using > > Python. Part of the old

[python-win32] win32com.client import problem

2009-10-14 Thread Threader Slash
Hi Everybody, I have 2 imports: import pythoncom from win32com.client import Dispatch if I run it on my Python 2.6 Console, it works nicely. However, when I go to Eclipse IDE, open a project, open a main.py file, and try run, it gives the error: import pythoncom ImportError: No module named pyt

[python-win32] win32com.client import problem : solved

2009-10-14 Thread Threader Slash
-- Forwarded message -- From: Dave Angel To: Threader Slash Date: Wed, 14 Oct 2009 07:04:21 -0400 Subject: Re: win32com.client import problem Threader Slash wrote: > Hi Everybody, > > I have 2 imports: > > import pythoncom > from win32com.client import Dispat