Changeset 3935

Show
Ignore:
Timestamp:
05/25/07 15:04:21 (6 years ago)
Author:
DrewCormier
Message:

updated install instructions for generated python components so that spd file points to the right binary

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WaveDev/trunk/WaveDev/wavedev/generate/templates/py_comp/README

    r3506 r3935  
    11To install: 
    2         * make sure that py_comp.py is executable 
    3                 -chmod +x py_comp.py 
    4         * run the setup.py script 
    5                 - python setup.py install 
     2    * in your_comp_name.spd.xml, replace: 
     3        <localfile name="bin/your_comp_name"/> 
     4      with: 
     5        <localfile name="bin/your_comp_name/your_comp_name.py"/> 
     6    * make sure that py_comp.py is executable 
     7        -chmod +x py_comp.py 
     8    * run the setup.py script 
     9        - python setup.py install