In article <[email protected]>, Lawrence D'Oliveiro <[email protected]_zealand> wrote:
> In message <[email protected]>, Roy Smith wrote: > > > On the other hand, if your module's bug is that it in turn imports some > > other module, which doesn't exist, you'll also get an ImportError. > > Does it really matter? Either way, the module is unusable. If I understand correctly, he's trying to differentiate between: 1) The module is unusable because it's not installed 2) The module is unusable because it has a bug in it. The later case implies he needs to find and fix the bug. -- http://mail.python.org/mailman/listinfo/python-list
