Hi,

In addition to my previous mail, now I'm trying to read a PDB inside a simple test program in the em module. It is called prueba.h (attached file).
When I prepare the file modules/em/pyext/em.i (attached) to deal with prueba.h, surprisingly, I obtain this error from python:

ImportError: /chime1/home/javi/imp/trunk/
build/lib/_IMP_em.so: undefined symbol: _ZTVN3IMP4atom8SelectorE

Shouldn't this atom::Selector be wrapped, as I add these lines to the em.i file ?

#include "IMP/core.h"
#include "IMP/atom.h"
%import "modules/core/pyext/core.i"
%import "modules/atom/pyext/atom.i"


Thanks