Try removing the comment from the following line in your .jhbuild-customer file, and see if that helps: # _gtk_osx_use_jhbuild_python = True to _gtk_osx_use_jhbuild_python = True This should force jhbuild to download and use its own Python. I have not had to do this on 10.5.* or 10.6.*, as they do have Python. I don't know about 10.4. Shawn
> To: gtk-osx-users lists sourceforge net > From: pizted gmail com > Date: Wed, 10 Feb 2010 20:52:55 +0100 > Subject: [Gtk-osx-users] jhbuild bootstrap fails > > Hello, > > I'm trying to do the jhbuild bootstrap install on Mac OS X 10.4.11 > but in the last package (waf) it fails. Here is the error: > > *** Configuring waf *** [11/12] > ./utils/autogen.sh --prefix /Users/pizte/gtk/inst --libdir '/Users/ > pizte/gtk/inst/lib' --disable-static > Checking for Python : not found! > Please make sure that the Python interpreter is available in your PATH > or invoke configure using the PYTHON flag, e.g. > $ PYTHON=/usr/local/bin/python configure > ------> Executing code from the top-level wscript <----- > Checking for program python : ok /Users/pizte/gtk/inst/ > bin/python > Traceback (most recent call last): > File "./utils/../waf", line 141, in <module> > Scripting.prepare() > File "/Users/pizte/gtk/source/waf-1.4.4/wafadmin/Scripting.py", > line 294, in prepare > main() > File "/Users/pizte/gtk/source/waf-1.4.4/wafadmin/Scripting.py", > line 299, in main > configure() > File "/Users/pizte/gtk/source/waf-1.4.4/wafadmin/Scripting.py", > line 117, in configure > conf.sub_config('') > File "/Users/pizte/gtk/source/waf-1.4.4/wafadmin/Configure.py", > line 199, in sub_config > ret = mod.configure(self) > File "/Users/pizte/gtk/source/waf-1.4.4/wscript", line 305, in > configure > conf.check_python_version((2,4)) > File "/Users/pizte/gtk/source/waf-1.4.4/wafadmin/Tools/python.py", > line 309, in check_python_version > proc = subprocess.Popen(cmd, stdout=subprocess.PIPE) > File "/Users/pizte/gtk/source/waf-1.4.4/wafadmin/pproc.py", line > 165, in __init__ > errread, errwrite) > File "/Users/pizte/gtk/source/waf-1.4.4/wafadmin/pproc.py", line > 536, in _execute_child > raise child_exception > OSError: [Errno 2] No such file or directory > *** Error during phase configure of waf: ########## Error running ./ > utils/autogen.sh --prefix /Users/pizte/gtk/inst --libdir '/Users/ > pizte/gtk/inst/lib' --disable-static *** [11/12] > > It says that Python is not installed and that's not true. I have the > Python 2.3 installed by default on the system and Python 2.6.4 > installed by me which changed the system links to the older python to > the new one. It says that I must make sure if Python is in my PATH, > and it is. > > Any ideas? > > Oscar C. > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Gtk-osx-users mailing list > Gtk-osx-users lists sourceforge net > https://lists.sourceforge.net/lists/listinfo/gtk-osx-users |