[python-win32] Python and Visual Basic Integration

Mark Norley m_norley_public at yahoo.co.uk
Thu Jul 24 08:47:11 CEST 2008


Thanks for the advice everyone. I've managed to get my VB GUI talking to a
simple "Hello World!" Python COM server (there was a quickstart help page in
the pywin32 package that I hadn't spotted).


On Thu, Jul 24, 2008 at 3:06 AM, Vernon Cole <vernondcole at gmail.com> wrote:

> Errrr, ummm, (cough)...
>
> Wouldn't it be a lot easier to write the GUI in python (perhaps using
> wxpython?) and simply import and call the (other) python script? Writing
> text to a notebook page is quite trivial compared to interprocess
> communications.
>
> I can make a sample if you are interested.
> --
> Vernon Cole
>
>
> On Wed, Jul 23, 2008 at 12:00 PM, Tim Roberts <timr at probo.com> wrote:
>
>> Mark Norley wrote:
>>
>>> Thanks Tim. Where would I go to find out about setting up my Python
>>> script as a COM server? (A "for dummies" level of instruction is what I'd be
>>> looking for :-)
>>>
>>
>> There have been a number of posts on this mailing list in the last couple
>> of months on this topic.  Plus, if you have pywin32 installed, there are
>> samples in PythonXX\lib\site-packages\win32com\servers.
>>
>>
>> --
>> Tim Roberts, timr at probo.com
>> Providenza & Boekelheide, Inc.
>>
>> _______________________________________________
>> python-win32 mailing list
>> python-win32 at python.org
>> http://mail.python.org/mailman/listinfo/python-win32
>>
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20080724/64451f52/attachment.htm>


More information about the python-win32 mailing list