7.2.3.6. Test It

You can check interscript is installed from the command line like:
  iscr --weaver=html --passes=3 example.pak
where "example.pak" is any interscript master source file; for example, the file "interscript/tests/example.pak", which is displayed below.
Start python section to interscript/tests/example.pak[1 /1 ]
     1: #line 101 "installation.ipk"
     2: 
     3: @head(1,'An Interscript Example')
     4: This is a minimal example of interscript at work.
     5: @head(2,'Tangling a litte script')
     6: @select(python_output('interscript/tests/example.py'))
     7: print 'Hello from an example python program'
     8: @head(2,'Executing the script')
     9: @print_python_output('interscript/tests/example.py')
    10: 
End python section to interscript/tests/example.pak[1]