Re: [python-win32] win32ui.CreateFileDialog error

2006-08-10 Thread Tim Roberts
Tim Roberts wrote: >Tim Riley wrote: > > >>Can anyone explain to me why the following code will return a list if >>I select 12 files but will return None if I select 13? >> >> > >It's an ugly but well-known limitation: the buffer passed to >CreateFileDialog is big, but not big enough. When

[python-win32] use of dcom-interface on a windows machine with Plone on linux

2006-08-10 Thread Marc Mittag
Hi! I would like to connect to a dcom interface on windows from Plone /Zope on Linux. For Linux there exists an dcom-implementation, that probably is not really cheap http://www.softwareag.com/Corporate/products/entirex/downloads/default.asp and will be much more, than we need and can invest for

Re: [python-win32] OLE Server Busy dialog box

2006-08-10 Thread Diogo
Hi list! It follows how the "OLE Server Busy" problem can be solved. The problem is this: "If you call a method on a COM server from an MFC COM client application and if the method takes a long time to process and return back, you won't be able to do anything on the client application and the OLE