Hello,
I'm having a bit of trouble isolating my scripts from each other in my
embedded Python interpreter, so that their global namespaces don't get
all entangled. I've had some luck with PyRun_FileEx(), as you can
specify dictionaries to use for the globals and locals, but it seems
that you c
Steve Holden wrote:
> Faisal Alquaddoomi wrote:
>
>> Hello,
>>
>> I'm having a bit of trouble isolating my scripts from each other in my
>> embedded Python interpreter, so that their global namespaces don't get
>> all entangled.
>