Updated pyROOT in current master (6.23/01)

Thanks. This fixes it, although the first time I ran it I got:

Info in <TUnixSystem::ACLiC>: creating shared library /home/lewhoo/workspace/etos/cpp_helpers/etos_dispatcher_C.so
cling::DynamicLibraryManager::loadLibrary(): libPyROOT.so: cannot open shared object file: No such file or directory

Afterwards, it disappeared. The small inconvenience is that ROOT/TPyDispatcher.h is incompatible with old pyROOT. Not terrible if we are making the switch, however, if compatibility could be maintained with small effort, this could help.

I use TPyDispatcher in C++ only when something is missing in Python. That was the case for some TGListView signals, and this solution has been suggested by wlav here:

It’s been a long time ago… has it been updated?

Yes, I have a multi-Python build now. This happend when I press the “Exit” button in the app after running “python2 -i gui_ex.py”. It exits OK when I press Ctrl+D. The sample exits ok with the button in python2 though.

Thanks. Tell me if I can help.

Both in the old and new pyROOT it is <class ‘ROOT.TGFrame’>

Thanks for your answers!