[EMAIL PROTECTED] wrote:
...
> exec testModule.TheTestCode %(testModule.TheTestName, testModule.TheTestName )

...

Try changing that to exec ~ in testModule.__dict__

otherwise, your class statement gets executed in the current scope

Michael

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

Reply via email to