--- a/components/python/python26/files/pyconfig.h Mon Apr 15 23:00:54 2013 -0700
+++ b/components/python/python26/files/pyconfig.h Wed Apr 17 13:41:36 2013 -0700
@@ -1,5 +1,5 @@
#ifdef _LP64
-#include <pyconfig-64.h>
+#include <python2.6/pyconfig-64.h>
#else
-#include <pyconfig-32.h>
+#include <python2.6/pyconfig-32.h>
#endif
--- a/components/python/python27/files/pyconfig.h Mon Apr 15 23:00:54 2013 -0700
+++ b/components/python/python27/files/pyconfig.h Wed Apr 17 13:41:36 2013 -0700
@@ -1,5 +1,5 @@
#ifdef _LP64
-#include <pyconfig-64.h>
+#include <python2.7/pyconfig-64.h>
#else
-#include <pyconfig-32.h>
+#include <python2.7/pyconfig-32.h>
#endif