21 Apr
2005
21 Apr
'05
3:18 p.m.
Keith MacDonald wrote:
Thanks for the suggestion. It results in "error C2065: 'init_hello' : undeclared identifier". I note that the documentation for PyImport_AppendInittab requires it be called before Py_Initialize, but that makes no difference. Is init_hello supposed to be part of BOOST_PYTHON_MODULE's magic?
Should be "inithello", in fact. You can see the result of my earlier experiments with embedding + extending at http://zigzag.cs.msu.su/~ghost/e2.cpp At least it compiles ;-) - Volodya