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. 

[tales of woe ...]

Would it help to use PyNewInterpreter to create subinterpreters for each 
of the different scripts?

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC                     www.holdenweb.com
PyCon TX 2006                  www.python.org/pycon/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to