简体   繁体   中英

How to run epydoc gui for win7?

The epydoc documentation says: The graphical interface can be invoked with the epydocgui command, or with epydoc.pyw in the Scripts subdirectory of the Python installation directory under Windows.

I've tried running the epydoc.pyw file directly, and calling it from command line ie >>> python epydoc.pyw and >>> epydoc.pyw , both from the scripts directory in my python directory.

How am I supposed to run epydoc.pyw ?

In order to use the gui of epydoc, click double on the file epydoc.pyw which is often located at C:\\Python27\\Scripts

Regarding your question in the comments: 1) open a normal console, 2) navigate to your Script folder and 3) then call the following eg to generate uml diagramm. See commandline documentation

python epydoc.py --pdf --graph=umlclasstree Path/To/package

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM