Hello,
I've finally managed to build a (somewhat) working Python port for the
Android tablet I'm using.  Unfortunately, as I quickly found out,
Python's built-in help function requires tkinter, which requires
tcl/tk.

I did download the sources for tcl/tk and built tcl, but found out
that tk requires XWindows libraries and includes.

Long story short:  Is there an alternative documentation system (i.e.
epydoc) that does not have tkinter dependencies?  If so, is there a
parameter or env variable that would allow me to use it instead of
pydoc?

Thanks in advance,
Cyd
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to