Re: module name versus function name resolution conflict.

2009-07-07 Thread Dave Angel
rocky wrote: Someone recently reported a problem in pydb where a function defined in his program was conflicting with a module name that pydb uses. I think I understand what's wrong, but I don't have any elegant solutions to the problem. Suggestions would be appreciated. In a nutshell, here's th

Re: module name versus function name resolution conflict.

2009-07-07 Thread rocky
On Jul 7, 2:33 am, Peter Otten <__pete...@web.de> wrote: > rocky wrote: > > Someone recently reported a problem in pydb where a function defined > > in his program was conflicting with amodulenamethat pydb uses. I > > think I understand what's wrong, but I don't have any elegant > > solutions to th

Re: module name versus function name resolution conflict.

2009-07-06 Thread Peter Otten
rocky wrote: > Someone recently reported a problem in pydb where a function defined > in his program was conflicting with a module name that pydb uses. I > think I understand what's wrong, but I don't have any elegant > solutions to the problem. Suggestions would be appreciated. > > In a nutshell

module name versus function name resolution conflict.

2009-07-06 Thread rocky
Someone recently reported a problem in pydb where a function defined in his program was conflicting with a module name that pydb uses. I think I understand what's wrong, but I don't have any elegant solutions to the problem. Suggestions would be appreciated. In a nutshell, here's the problem: In