bbarb...@inescporto.pt wrote: > Hello to all! > > I am struggling with a script in python for a while now, and decided > to look for some help. I am running a code that takes commands from > Marsyas(open source for Music analysis). > > #!/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 > #!/bin/bashimport math
This is bogus. Replace it with #!/usr/bin/python and put the "import math" on the next line. Diez -- http://mail.python.org/mailman/listinfo/python-list