diff --git a/buildout/profiles/official.cfg b/buildout/profiles/official.cfg
index 942574c17b355f0dc1f7d15b224a4125c77a411c..1ef1fb67f774655610fefe7a21f2ba943ec8a20b 100644
--- a/buildout/profiles/official.cfg
+++ b/buildout/profiles/official.cfg
@@ -65,7 +65,6 @@ parts =
   zope-2.8
   cmf15
   itools
-  pythonbin2.4
   bootstrap2.4
   mysql-python
   products-deps
@@ -85,4 +84,8 @@ software_home = ${buildout:software_home}
 # Thanks to this it is possible to build mysql-python part in own environment
 # with local mysql, but by default buildout mysql will be used.
 mysql_software = ${mysql-tritonn-5.0:location}
-executable = ${python2.4:executable}
+#executable = ${python2.4:executable}
+# Define executable to script generated by buildout. This variable is used by
+# instance setups as standard executable because all eggs are available only
+# by this script and not into the binary.
+executable = ${:software_home}/bin/python2.4