Hi Rene, On Wed, Dec 1, 2010 at 3:29 PM, Rene Ladan wrote: > Note that I install everything except the "build" directories, but for > tf there are only files under CMakeFiles. Is there some convention in > Python for importing C/C++ modules? Your setup is different enough that I don't know what's at issue. To answer your question, Python will search the sys.path for the .so files. Our 'load_manifest' logic adds package/src and package/lib to this path. It does not modify the underlying path. - Ken