I made a patch to fix this bug by using python2.6 explicity in py/kgp/kgp.py It turns out this patch is not working at all due to a whole new SOURCE is unzipped in building workplace.
BR, -Simon Index: SUNWdiveintopython.spec =================================================================== --- SUNWdiveintopython.spec (revision 1144) +++ SUNWdiveintopython.spec (working copy) @@ -38,8 +38,7 @@ %install mkdir -p $RPM_BUILD_ROOT/usr/share/doc/diveintopython -cd $RPM_BUILD_ROOT/usr/share/doc/diveintopython -unzip -o %SOURCE0 +cp -r ./* $RPM_BUILD_ROOT/usr/share/doc/diveintopython mkdir -p $RPM_BUILD_ROOT/usr/share/applications cd $RPM_BUILD_ROOT/usr/share/applications cp %SOURCE1 . @@ -73,6 +72,8 @@ %changelog +* Wen Feb 10 2010 - yuntong.jin at sun.com +- Refix Bug 13805 SUNWdiveintopython python interpreters path issue with osol_130 * Tue Jan 12 2009 - yuntong.jin at sun.com - Use python2.6 explicity in py/kgp/kgp.py * Mon Nov 24 2008 - dermot.mccluskey at sun.com
