Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    Muntjac 1.0.3

    Download button

    No screenshots available
    Downloads: 175  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Richard Lincoln | More programs
    AGPL v3 / FREE
    November 27th, 2011, 20:19 GMT [view history]
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    Muntjac description

    Web application GUI toolkit

    Muntjac is a web application GUI toolkit.

    Muntjac is a translation of Vaadin to the Python programming language. It is similar to GUI toolkits for desktop applications, such as PyQT, wxPython and PyGTK. However, it can be used to create dynamic, browser independent, web applications. There is no need to write HTML, Javascript or RPC code, just server-side Python.

    Quick Start

    Define a subclass of Application:

    class HelloWorld(Application):

     def init(self):
     main = Window('Hello window')
     self.setMainWindow(main)

     main.addComponent(Label('Hello World!'))


    Pass the application class to a servlet, wrap the resulting WSGI application in session middleware and serve:

    wsgi_app = ApplicationServlet(HelloWorld, debug=True)

    wsgi_app = paste.session.SessionMiddleware(wsgi_app)

    httpd = wsgiref.simple_server.make_server('localhost', 8080, wsgi_app)
    httpd.serve_forever()


    Navigate your browser to http://localhost:8080/.


    Product's homepage

    Requirements:

    · Python

    What's New in This Release: [ read full changelog ]

    · Catching 1Mb memcache limit errors in session middleware.
    · Fixed date formatting and currency parsing in sampler.
    · Fixed infinite loop in handleVariableBurst().

      


    TAGS:

    web application | GUI toolkit | web | GUI | toolkit

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM