Callbacks

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gheorghe Postelnicu

    #1

    Callbacks

    Hi,

    I am using Python to develop a GUI for some underlying C++
    computation. I wrap my Cpp code using SWIG.

    As my computation takes some time, I am considering ways to provide
    the user with some feedback on the state of the Cpp code.

    Unfortunately, it seems I cannot use directly a Python procedure as a
    callback using SWIG. (or is there). I imagine other people came across
    this problem, so I thought I would post this and see what solutions
    people came up with.

    Thanks,
    --
    Gheorghe Postelnicu, PhD
    MGH, Harvard Medical School
Working...