The package needs to be rebuilt against python 2.7 in both F14 and devel. Looks like this is blocked on: https://admin.fedoraproject.org/updates/notify-python-0.1.1-13.fc14 Information on the new "dist-git" system can be seen here: http://fedoraproject.org/wiki/Using_Fedora_GIT Information on common difficulties with Python 2.7 rebuilds can be seen here: https://fedoraproject.org/wiki/Features/Python_2.7 Once it's been successfully rebuilt for F14, an update needs to be filed to get the rebuild into F14: https://admin.fedoraproject.org/updates/new/ Please add this bug to the update, to make it easy to track what's been done, and what's left to do. Thanks!
Looks like this has already been built and submitted: https://admin.fedoraproject.org/updates/gget-0.0.4-13.fc14
The fixed package is built an pushed to stable.
Still doesn't run in either F15 or Rawhide. [andre@compaq-pc ~]$ gget /usr/bin/env: python2.5: No such file or directory [andre@compaq-pc ~]$ See also bug 523870, bug 614147, and bug 702159. These are all dupes.
(In reply to comment #3) > Still doesn't run in either F15 or Rawhide. > > [andre@compaq-pc ~]$ gget > /usr/bin/env: python2.5: No such file or directory > [andre@compaq-pc ~]$ > > See also bug 523870, bug 614147, and bug 702159. These are all dupes. Thanks for the heads up. I've gone ahead and tried to fix the issue in comment #3 (bug 702159, and all those other dupes), which is that the shebang line in /usr/bin/gget erroneously hardcodes "python2.5", which has been wrong in Fedora since Fedora 11, I believe. This specific bug covers a slightly different issue, that of the installation path being for 2.7, and to use 2.7's bytecode format, which FWIW is fixed. Hope this makes sense.