need help

David Fraser davidf at sjsoft.com
Tue Jun 1 08:48:03 EDT 2004


amine cobain wrote:
> i'am  a c++ programmer and i decided to embedding a gui python 
> application that use wxpython for graphic user interface , and then 
> there is a bigh problem cause when i launch a python script from c++ 
> code the size of memory is growing up, and when i close the python 
> application the memory size no change.
> i need a serious help cause the deadline for my project is near
> i use python 2.3.3 and wxpython 2.4.1
Do you really need to call the python script from c++ code? Can't you do 
it the other way round (call the C++ from python) - this is more 
standard and easier.
If not, explain why...

David



More information about the Python-list mailing list