Re: [Tutor] Calling VB.NET code with Python .. VB.net - Python integration ..

2009-09-18 Thread bob gailer
Otonicar Ales wrote: The idea is that Python calls VB.net program. VB.Net program gets data and than forward data back to Python for further processing.. One way to do this is by compiling vb.net program to exe. And than call exe by Python code. Data exchange goes via Access Data Base (P

[Tutor] Calling VB.NET code with Python .. VB.net - Python integration ..

2009-09-18 Thread Otonicar Ales
The idea is that Python calls VB.net program. VB.Net program gets data and than forward data back to Python for further processing.. One way to do this is by compiling vb.net program to exe. And than call exe by Python code. Data exchange goes via Access Data Base (Python write in MC Acces