[XML-SIG] Python newbie question

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Tue, 15 May 2001 20:43:04 +0200


> There's also a file called Printer in xml/dom/ext, but xml/dom/ext is not,
> as far as I know, in my PYTHONPATH. So how does this work (a pointer to
> the right page of TFM is fine by me)?

I don't think the package import procedure is documented anywhere; the
best you can get is

http://www.python.org/doc/essays/packages.html

For your specific question, see Intra-package References.

Regards,
Martin