need help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • amine cobain

    need help

    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
    ............... ............... ..


    ---------------------------------
    Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
    Créez votre Yahoo! Mail

    Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !
  • David Fraser

    #2
    Re: need help

    amine cobain wrote:[color=blue]
    > 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[/color]
    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

    Comment

    Working...