Fedora 14. emma-0.6.tar.gz Trying to compile emma frontend for MySQL but I get Error below and I don't see a python2.4 in Fedora # ./setup.py /usr/bin/env: python2.4: No such file or directory # cat setup.py #!/usr/bin/env python2.4 import os import os.path import sys from glob import glob from distutils.core import setup from emmalib import version icon_data = glob('icons/*.png') glade_data = ['emmalib/emma.glade', 'emmalib/plugins/table_editor/table_editor.glade'] theme_data = ["theme/README.html"] theme_gtk_data = glob("theme/gtk-2.0/*") other_data = ['changelog'] setup(name="emma", version=version, description="emma is the extendable mysql managing assistant", author="Florian Schmidt", author_email="flo@xxxxxxxxxx", url="http://emma.sourceforge.net", scripts=['emma'], package_dir={'emmalib': 'emmalib'}, packages=[ 'emmalib', 'emmalib.plugins.table_editor', 'emmalib.plugins.pretty_format' ], data_files=[ ("share/emma/icons", icon_data), ("share/emma/glade", glade_data), ("share/emma/theme", theme_data), ("share/emma/theme/gtk-2.0", theme_gtk_data), ("share/emma", other_data), ], license="GPL", long_description=""" Emma is a graphical toolkit for MySQL database developers and administrators It provides dialogs to create or modify mysql databases, tables and associated indexes. it has a built-in syntax highlighting sql editor with table- and fieldname tab-completion and automatic sql statement formatting. the results of an executed query are displayed in a resultset where the record- data can be edited by the user, if the sql statemant allows for it. the sql editor and resultset-view are grouped in tabs. results can be exported to csv files. multiple simultanios opend mysql connections are possible. Emma is the successor of yamysqlfront. """ ) Also , #python setup.py no gtk. you will not be able to start emma # rpm -qa | grep gtk authconfig-gtk-6.1.11-1.fc14.i686 libcanberra-gtk2-0.25-4.fc14.i686 gtkmm24-2.22.0-1.fc14.i686 usermode-gtk-1.106.1-1.fc14.1.i686 gtk2-2.22.0-1.fc14.1.i686 qtcurve-gtk2-1.8.1-1.fc14.i686 gtk2-engines-2.20.1-2.fc14.i686 gtk+-1.2.10-70.fc13.i686 kcm-gtk-0.5.3-5.fc14.i686 pygtk2-2.17.0-7.fc14.i686 gtkglext-libs-1.2.0-10.fc12.i686 pygtk2-libglade-2.17.0-7.fc14.i686 gtkimageview-1.6.4-2.fc14.i686 gtkhtml2-2.11.1-8.fc14.i686 webkitgtk-1.3.6-1.fc14.i686 gtkhtml3-3.32.1-1.fc14.i686 gnome-python2-gtkhtml2-2.25.3-26.fc14.1.i686 python-slip-gtk-0.2.13-1.fc14.noarch report-gtk-0.20-1.fc14.i686 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines