Re: [python-win32] [ANN] pywin32 build 215 released.

2011-02-21 Thread Mauro
://mail.python.org/pipermail/python-win32/2011-January/011124.html Mauro On Mon, Feb 21, 2011 at 7:33 AM, Michel Claveau wrote: > Re ! > > ...and aaarrrggghhh!!! > > After install msvcr90.dll, Pywin32/215 is OK. > But no. > Several softwares, who call my COM servers (writte

Re: [python-win32] Problem with win32com and scikits timeseries

2011-01-28 Thread Mauro
d only when used though the com interface? Any help? On Thu, Jan 27, 2011 at 12:15 AM, Mark Hammond wrote: > On 24/01/2011 11:30 PM, Mauro wrote: > >> Hello, >> >> I get the following error when importing Date from scikits.timeseries. >> The error is there only whe

[python-win32] Problem with win32com and scikits timeseries

2011-01-25 Thread Mauro
Hello, I get the following error when importing Date from scikits.timeseries. The error is there only when I interface python with Excel using COM. It is enough to import anything from scikits.timeseries to get the error. Any help? I am using Python2.7 and scikits.timeseries-0.91.3 in _Invoke_

[python-win32] win32com error when importing numpy

2011-01-18 Thread Mauro
I get an error (below) when trying to use a python code including numpy. Is win32 somehow incompatible with numpy? I would appreciate any information you can provide regarding this issue. I only get the error if I import any function from numpy! Minimal example: import win32com.server.register

[python-win32] Help with COM objs across threads: The object exporter specified was not found

2008-02-20 Thread mauro tizianel
the exception, (here's the request for help) I would need help to figure out if I am doing things the wrong way with threads (I am new to COM and not a software developer) or such exceptions 'just occurs sometimes'. Thanks, Mauro class AppInterface(object): def __init__(se

Re: [python-win32] win32com: ServerBusy message

2008-01-30 Thread mauro tizianel
Starting the application (using Dispatch) and minimizing it manually before running the script seems to solve also this problem. Is there a way to do so automatically (.Visible = True, get in some way the handle of the window and call some win32api function to minimize the window)? Mauro 2008/1/30

[python-win32] win32com: ServerBusy message

2008-01-29 Thread mauro tizianel
com/kb/240809/en-us): OLERequestPendingTimeout to turn off the messages, but it seems not to be available in pywin32. By the way, I am running: Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] pywin32-210.win32-py2.4 WinXP SP2 Thanks in advance. Any suggestion is welco