Hi,
I'm trying to build the basic boost.python tutorial that comes with the
distribution. I'm using bjam and mingw. It builds the module, but
upon import, it gives this error:
ImportError: dynamic module does not define init function (inithello)
I've found other threads with this problem as a topic, but no
solutions. Somebody has to have solved this....
Any ideas?
Thanks,
-Justin
I'm trying to build the basic boost.python tutorial that comes with the
distribution. I'm using bjam and mingw. It builds the module, but
upon import, it gives this error:
ImportError: dynamic module does not define init function (inithello)
I've found other threads with this problem as a topic, but no
solutions. Somebody has to have solved this....
Any ideas?
Thanks,
-Justin
Comment