However, I seem to come across the following problem:
*** Importing gendoc Collecting information Generating documents for HTMLg Traceback (innermost last): File "./gendoc", line 7, in ? gendoc.main() ... File "./gendoc/formatters/HTMLgenFormatter.py", line 88, in html_rc import __ ImportError: No module named __
Does anybody out there know what the "__" module refers to? I tried looking through some python books but found nothing specifically related to this.
The __ is used by the "ni" module. You will probably find you have the "formatters" directory on your path - it shouldnt be - the "ni" module allows Python to find it in the sub-directory automatically... Mark. _______________ DOC-SIG - SIG for the Python Documentation Project send messages to: doc-sig@python.org administrivia to: doc-sig-request@python.org _______________
participants (1)
-
Mark Hammond