next up previous contents
Next: 5.2.7 Making Sure Files Up: 5.2 Creating a New Previous: 5.2.5 Building a Working   Contents

5.2.6 Editing the SPD File

You will need to edit MyComponent.spd.xml before your Python component will work properly. Find the XML tag below the tag <code type="'Executable"'>. By default the next tag is:

 <localfile name="'bin/MyComponent"'/>}
This needs to be changed to:
 <localfile name="'bin/MyComponent/MyComponent.py"'/>



2008-04-25