Installing PyUt under linux for all users

To install PyUt under linux, do the following steps :
  • download the .tar.gz distribution
  • go in /usr/local/share and enter in super-user mode (command su)
  • decompress the .tar.gz : tar xvzf xxx.tar.gz
  • (remove the .tar.gz)
  • go in /usr/local/bin
  • create a file named 'pyut' which must look like this :

    cd /usr/local/share/pyut/src

    python pyut.pyw
  • change permissions : 'chmod 755 pyut'
  • Now you can use pyut by typing 'pyut' in a console or in a exec window !