[Tutor] help

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Mon, 8 Oct 2001 10:00:30 -0700 (PDT)


On 8 Oct 2001, Damian Coughlan wrote:

> Hi, enquiring about the unittest module. A simple program I have
> implemented using the testcase class encounters problems with the
> interpreter saying no module named docviewdoc. Please assist.

Can you show us the exact error message?  Even seeing the capitalization
that Python uses in the error message is useful!  *grin*

> from Docviewdoc import DocviewDoc

What file is Docviewdoc --- is it a Python module that you've written?


>         doc=Docviewedoc()
              ^^^^^^^^^^^

There might be a small typo here; can you double check?