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

2008-08-27 Thread Tony Cappellini
I see many prices less than $50 on Amazon, and the publisher is still selling it for $34.95. There are 100's of used book services available as well. On Wed, Aug 27, 2008 at 11:42 AM, Vernon Cole <[EMAIL PROTECTED]> wrote: > > > Why? It's still being published >> http://oreilly.com/catalog/97815

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

2008-08-27 Thread Vernon Cole
On Tue, Aug 26, 2008 at 11:00 PM, Tony Cappellini <[EMAIL PROTECTED]>wrote: > > Unfortunately, copies of the book are >> getting quite hard to get. >> >> > Why? It's still being published > http://oreilly.com/catalog/9781565926219/index.html > > Amazon still has them in stock too > > http://www.

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 PROT

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