In article <ibatkk$t7...@lust.ihug.co.nz>,
 Lawrence D'Oliveiro <l...@geek-central.gen.new_zealand> wrote:

> In message <roy-4c92bb.16523506112...@news.panix.com>, 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

Reply via email to