dreamweaver-templates installation ================================== (23-Jun-2000, Ian Bicking ) These scripts require Python . To install that, see the website. Only the standard modules are required. Put the dt_*.py files somewhere where Python can find them. Here are some possible places: * the same directory as the scripts * /usr/local/lib/python * /usr/lib/python * change the environment variable PYTHONPATH to point to the files. So, if you put them in /home/bob/dt/python, then put one of these commands into your ~/.profile (if you use bash): PYTHONPATH=/home/bob/dt/python export PYTHONPATH or in your ~/.cshrc (if you use csh or tcsh): setenv PYTHONPATH /home/bob/dt/python Then you can put the dt-* files somewhere in your PATH. Voila.