Just starting out with boost-python. I have a python script that I want to
call from C++ code. I have the quickstart example working. I'm running into
a problem. The python script I'm calling includes import statements - for
example 'import os', and these are causing an exception

ImportError: __import__ not found

How do I resolve?
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to