Re: [python-win32] interprocess communication python and visual basic can it be done?

2008-08-26 Thread Tony Cappellini
> > Message: 2 > Date: Tue, 26 Aug 2008 11:07:56 -0600 > From: "Vernon Cole" <[EMAIL PROTECTED]> > Subject: Re: [python-win32] interprocess communication python and >visual basic can it be done? > To: "Emanuel Sotelo" <[EMAIL PROTECTED]> > Cc: python-win32@python.org > Message-ID: >

Re: [python-win32] Fwd: Renaming Excel Spreadsheets

2008-08-26 Thread Waldemar Osuch
On Tue, Aug 26, 2008 at 12:57 PM, James Matthews <[EMAIL PROTECTED]> wrote: > > > -- Forwarded message -- > From: Greg Lindstrom <[EMAIL PROTECTED]> > Date: Tue, Aug 26, 2008 at 11:54 AM > Subject: Renaming Excel Spreadsheets > To: [EMAIL PROTECTED] > > > Hello, > > I am working wit

[python-win32] Fwd: Renaming Excel Spreadsheets

2008-08-26 Thread James Matthews
-- Forwarded message -- From: Greg Lindstrom <[EMAIL PROTECTED]> Date: Tue, Aug 26, 2008 at 11:54 AM Subject: Renaming Excel Spreadsheets To: [EMAIL PROTECTED] Hello, I am working with Python to create Excel spreadsheets and have run into a couple of problems I hope you can help

Re: [python-win32] interprocess communication python and visual basic can it be done?

2008-08-26 Thread Kevin Horn
Look into either: COM or Named Pipes You could also try having a socket in each process and communicate over a "network", but I don't know how difficult socket programming is in VB Kevin Horn On Tue, Aug 26, 2008 at 12:07 PM, Vernon Cole <[EMAIL PROTECTED]> wrote: > Emanuel: > Best answer: Fin

Re: [python-win32] interprocess communication python and visual

2008-08-26 Thread Emanuel Sotelo
well a have already read this book but it just explains how to comunicate to microsoft office, and the part tha explains VB I could not do the examples i read and try but without any success, i even donwload the examples from the web page and have the same result, i wasn't able to recreat the e

Re: [python-win32] interprocess communication python and visual basic can it be done?

2008-08-26 Thread Vernon Cole
Emanuel: Best answer: Find a copy of *Python Programming On Win32* by Mark Hammond and Andy Robinson and read chapter 7. Unfortunately, copies of the book are getting quite hard to get. -- VC Mark: New edition??? Please!!! -- VC On Tue, Aug 26, 2008 at 10:26 AM, Emanuel Sotelo <[EMAIL PROTE

[python-win32] interprocess communication python and visual basic can it be done?

2008-08-26 Thread Emanuel Sotelo
hello. well i have a question i dont now if it it's possible to make a interprocess communication between python and visual basic. someone tell that it can be done but i havent fond nothing about this subject if it is possible can some one give me some guide points of where to look or what to inv