Closed Delicates closed 11 years ago
Thanks for reporting; my default python is set to 2.7. Is there any advantage of setting it by default to python3?
In the meantime, I'll try to investigate.
app-misc/gnome15-0.9.6-r4 should fix the problem. Please close the issue if resolved.
Thanks for finding a proper way to fix both Python 3 issues. Shebang worked like a charm by fixing all scripts during build to:
#!/usr/bin/env python2.7
By the way, I assume there's no way to make this less specific (i.e. "python2" instead of "python2.7") to avoid having to re-emerge gnome15 if a new version of python2.8 comes out?
I don't think so; those eclasses work with a specific python version. I think you'll have to run python-updater when python2.8 comes out for all packages, not just for gnome15.
After emerging 0.9.6 ebuild, can't run g15 scripts in an environment with Python 3 being default, e.g.:
The environment configuration is:
pygtk seems to be available only for Python 2.
After the following update to the scripts they run fine:
Perhaps this should be a patch which is part of the ebuild?