Re: User-defined exception: global name 'TestRunError' is not defined

2008-07-10 Thread Sion Arrowsmith
In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I'm using some legacy code that has a user-defined exception in it. The top level program includes this line from TestRunError import * It also imports several other modules. These other modules do not explicitly import TestRunError.

User-defined exception: global name 'TestRunError' is not defined

2008-07-09 Thread jmike
I'm using some legacy code that has a user-defined exception in it. The top level program includes this line from TestRunError import * It also imports several other modules. These other modules do not explicitly import TestRunError. TestRunError is raised in various places throughout the

Re: User-defined exception: global name 'TestRunError' is not defined

2008-07-09 Thread Larry Bates
[EMAIL PROTECTED] wrote: I'm using some legacy code that has a user-defined exception in it. The top level program includes this line from TestRunError import * It also imports several other modules. These other modules do not explicitly import TestRunError. TestRunError is raised in