Certainly COM would work. In this case your VB EXE would use
CreateObject to create a Python implemented object. In response to GUI
events, the VB code can call Python methods and use the results. For
debugging, you should find any of the professional IDE packages that support
remote proc
At 03:18 AM 12/6/2005, Amit Antebi wrote:
We want to combine
Visual Basic with Python.
GUI will be in VIsual basic.
Computation Engine will be in python.
Which architecture do you recommend:
1. COM - who will be client and who server, and why?
2. Python API - access the python from VB using