From: David G. <go...@py...> - 2002-12-18 00:57:17
|
David Ascher wrote: > I'm trying to bundle together a python script that uses docutils > using Gordon McMillan's Installer tool. The standard code analysis > is missing some files. There are some dynamic imports in the code, but only of modules within the Docutils package. A simple list of all files should suffice. > Has someone written a hook file for docutils yet? Not that I know of. But I've never used the McMillan Installer. -- David Goodger <go...@py...> Open-source projects: - Python Docutils: http://docutils.sourceforge.net/ (includes reStructuredText: http://docutils.sf.net/rst.html) - The Go Tools Project: http://gotools.sourceforge.net/ |