> I have written a Python app, a company who don't use Python want to integrate 
> its back end with their C++ coded GUI.

> At the moment they are proposing using CSV files to communicate between the 
> Python & C++, ie C++ GUI generates a CSV, calls Python back end, back end 
> does the work and generates return CSV, Python exits back to C++.

> This would work but seems a bit messy. Any comments of suggestions on a 
> better 
> solution ? 

> The data to & from the C++, Python code consists of fairly large tables of up 
> to 80,000 items.

SQLite?

Alan

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to