Re: smolt script syntax errors in mythtv package
John Pilkington <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <[email protected]> |
On 10/09/12 08:40, Paul wrote: > I've been having issues starting the frontend , when I noticed the smolt > scripts doesn't have the correct bang line > > eg > /usr/share/mythtv/hardwareprofile/sendProfile.py > /usr/bin/python2.7 > # -*- coding: utf-8 -*- > > # smolt - Fedora hardware profiler > > I looked at some of the other python scripts and they also seem to be wrong > the original source should be > > #!/usr/bin/python > > has Atrpms modified this? > > Paul > I've just looked (for the first time) at the file you quote above. It's in the mythtv-common package. Mine starts: #!/usr/bin/env python2.7 # -*- coding: utf-8 -*- # smolt - Fedora hardware profiler and I haven't done any editing on it. That's from the F16 64-bit 0.25.2-287 build, (v0.25.2-72-g1ecdb90). I haven't looked at the el6 version yet, but I always check for changes in mythburn.py and haven't noticed any there. No obvious problems here. Strange. John P