[C++-sig] importing module

Mattheos Kakaris m.kakaris at nki.nl
Mon Jul 21 12:37:43 CEST 2003


while running bjam in the boost_1_30_0/libs/python/example/tutorial
folder for the hello.cpp example it creates the following directory
structure:
/bin/hello.so/gcc/debug/runtime-link-dynamic/shared-linkable-true

When running Python and trying to import module hello, it rightfully gives the
message:  
ImportError: No module named hello

What should I do so that python will always know were to look for the module?

Kind regards

Mat








More information about the Cplusplus-sig mailing list