$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [python] Defining a variable
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-09-24 18:38:57
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?