Hello Tim,
thank you for your quick and detailed reply. So I will try it at the
python-win32 list.
Many thanks for your help and if you want I will let you know when I know more.
Best regards,
Peter.
-
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tip
st regards,
Peter.
Tim Golden <[EMAIL PROTECTED]> wrote: Peter Fischer wrote:
> Hello, (sorry, the first message bounced; because it is urgent and I wait
> since
> yesterday, here it's again):
>
>
> I am searching for documentation about the interface the win3
Hello, (sorry, the first message bounced; because it is urgent and I wait since
yesterday, here it's again):
I am searching for documentation about the interface the win32com package
provides, especially win32com.client. I searched the web and Mark Hammonds
homepage but only found example
Hello,
I am searching for documentation about the interface the win32com package
provides, especially win32com.client. I searched the web and Mark Hammonds
homepage but only found example code using Dispatch() and DispatchEx() etc.
Isnt there a full list of the functions win32.com.clien
Dear Python/DCOM experts,
I just tried to do a remote dispatch of Google Earth in DCOM, but it didn't
work:
import pythoncom, win32com.client
clsctx=pythoncom.CLSCTX_LOCAL_SERVER
i = win32com.client.DispatchEx("GoogleEarth.ApplicationGE", "IAD-PC10",
clsctx=clsctx)
Hello Tim,
Thank you for your answer. I just tried, but it didn't work. The reason seems to
be that Google Earth prevents a second instance to run on the same machine.
Maybe for licensing reasons (do you know whether it is legal to bypass this
and how to do this?). So that is no python/COM problem
Hello,
I also use the COM API via python to dispatch an application. My
problem now is that I want to dispatch a second instance of this
application (Google Earth by the way). But when I invoke dispatch
the second time, nothing happens although using another variable to
store the returned value:
Bell, Kevin!
> Does anyone know a contact for anyone that works for Google Earth? I
> wanted to shoot 'em an email about a possible enhancement, but they're
> smart enough to not leave contact info ANYWHERE on their websites.
They do have a form for sales inquiry, though.
Of course, when I sen
Thanks, exactly what I was looking for.
I should go and buy you book ;-)
Bernd
Fredrik Lundh wrote:
> "Bernd" wrote:
>
>
>>I'm on a Linux env and try to get
>>word completion form sdtin done,
>>like Perl's
>> $stdin = Complete( "\t: ", @choices );
>>
>>What I have so far shows me the directory
Hi,
I'm on a Linux env and try to get
word completion form sdtin done,
like Perl's
$stdin = Complete( "\t: ", @choices );
What I have so far shows me the directory listing
on the second hit on TAB and not the list of
choices on the first like I wanted to have.
Any help appreciated,
Ber
I actually tried this last summer on linux and I think in order to
make it work right I had to use the hotplug features AND udev. I had
to use udev because I needed a specific mount path, otherwise it just
picked the next in the list if there was more than one drive.
I ended up skipping that proj
11 matches
Mail list logo