Search code examples
pythonpyjamas

How to call Unix command through pyjamas


I am trying to create web based system using pyjamas and hangs on one functionality. The functionality is, to click a button and it should run some python programs in back-end. I have to display the logs generated by back-end python program in the same page(where the clicked button is). I really appreciate your help guys!!!


Solution

  • There is a tutorial on how to use Pyjamas with AJAX on this page of of Pyjamas book.