Dialog Kit documentation

Ramiro EspinozaRamiro Espinoza Posts: 839
edited September 2014 in Technique and Theory
Hi there,

I've been trying to build the Dialog Kit HTML Documentation at https://github.com/typesupply/dialogKit
but when I try to run the build.py file I get the message "No module named py2html".
I've been unsuccessfully trying to find how to install this module. Do you know where to find it and how to install it?
Or I am doing something wrong in my attempt to run the build.py file?

Thanks in advance.

R.

Comments

  • Google shows it available from several locations.
  • I will try these. I understood the available "py2html" were a different software.
  • Ramiro EspinozaRamiro Espinoza Posts: 839
    edited September 2014
    Great, now I get:
    "from corbon import buildSite
    ImportError: No module named corbon"

    After installing "corbon":

    Traceback (most recent call last):
    File "/Users/ramiro/Desktop/dialogKit-master/documentation/build.py", line 6, in
    import dialogKit
    File "/Applications/RoboFab/DialogKit/Lib/dialogKit/__init__.py", line 23, in
    from _dkVanilla import *
    File "/Applications/RoboFab/DialogKit/Lib/dialogKit/_dkVanilla.py", line 6, in
    from defconAppKit.controls.glyphLineView import GlyphLineView as _GlyphLineView
    ImportError: No module named defconAppKit.controls.glyphLineView

    After installing "defconAppKit":

    File "/Users/ramiro/Desktop/dialogKit-master/documentation/build.py", line 6, in
    import dialogKit
    File "/Applications/RoboFab/DialogKit/Lib/dialogKit/__init__.py", line 23, in
    from _dkVanilla import *
    File "/Applications/RoboFab/DialogKit/Lib/dialogKit/_dkVanilla.py", line 6, in
    from defconAppKit.controls.glyphLineView import GlyphLineView as _GlyphLineView
    ImportError: No module named controls.glyphLineView

    GRRR... Isn't much easier to include an HTML documentation or a PDF?. I give up for today, I have other things to do.
  • Try contacting Tal Leming and ask him.
Sign In or Register to comment.