problem running pythondoc on NT

eric jones ej at ee.duke.edu
Thu May 13 16:11:52 EDT 1999


Hello,

I'm having problems getting pythondoc to run on NT (python 1.5.2).  I'm
pretty sure it's a package installation problem.  I've installed pythondoc
in the directory c:\py_general\pythondoc.  The directory c:\py_general is in
my PYTHONPATH and in my registry entries for paths.  When I try:

            C:> python c:\py_general\pythondoc\pythondoc.py myfile.py

I get the following error:

        Warning: Failed to import internalXref (exceptions.ImportError: No
module named message)
        Traceback (innermost last):
        File "pythondoc.py", line 67, in ?
        formatters.init(_options)
        File "formatters\__init__.py", line 4, in init
        init(__path__, options)
        File "formatters\format_init.py", line 25, in init
        import pythondoc.message
        ImportError: No module named message

The module message.py does exist, python is just not finding it.  I've also
tried putting     C:\py_general\pythondoc in the PYTHONPATH, but that
doesn't seem to help.

Any hints?

thanks,
eric







More information about the Python-list mailing list