Create HTML pages in python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • athreyavc
    New Member
    • Feb 2008
    • 2

    Create HTML pages in python

    Hi All,

    I am newbie to python. I am trying to write a script in python, That will log into a filer and from there will get the outputs for some commands.

    I did the telnet part. Now I am trying print the output in html format. I read about HTMLgen , but not finding it anywhere. How can I create the HTML page with python?

    Please help me on the same.

    Thanks in Advance,

    Athreya VC
  • athreyavc
    New Member
    • Feb 2008
    • 2

    #2
    Hi All,

    I am able to do it using html-0.2.1 module available here: http://home.arcor.de/jurner/python/html/dist/download.html

    It is simple and easy to use html module rather than going for complex ones!

    Athreya VC

    Comment

    Working...