[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problem with distutils and the experimental multi-arch Python2.7 packages



Hi,

While trying the experimental Python 2.7 package with multiarch support, I 
found that distutils is not working.

When I try to build some package, I have this error:

 error: invalid Python installation: unable to open 
 /usr/lib/python2.7/config/Makefile (No such file of directory)

It seems that the multi-arch patch modification should also go in the 
distutils parts.

One can also see the problem with this:

 In: from disutils import sysconfig
 In: sysconfig.get_config_h_filename()
Out: '/usr/include/python2.7/pyconfig.h'

Regards,

Yannick


Reply to: