Hi All,
I have a python script which I wish to run as a postlinker step. But I
get an error saying postlinker.py is not an executable trying to run it
using /bin/sh. How can I make Codewarrior understand that it's a python
script.
I have added .py in the File Mappings.
Actually this project is a duplicate of an existing project where the
script runs properly.
Regards
Mohit
Ben Artin - 29 Aug 2005 14:19 GMT
> I have a python script which I wish to run as a postlinker step. But I
> get an error saying postlinker.py is not an executable trying to run it
> using /bin/sh. How can I make Codewarrior understand that it's a python
> script.
Use
chmod a+x /path/to/script
in Terminal
hth
Ben

Signature
If this message helped you, consider buying an item
from my wish list: <http://artins.org/ben/wishlist>
I changed my name: <http://periodic-kingdom.org/People/NameChange.php>