Hi,

I'm embedding python through Boost.Python. Before I "import" or "exec" a specific PY file, I want to set a global variable in that script that the user will be able to access when the script is finally executed or imported. How would I do this?