On 31 Dec 2002 at 15:15, Barry A. Warsaw wrote: > > Thanks, that's actually very helpful. Okay, next, try this: > > % python > Python 2.2.2 (#1, Oct 14 2002, 19:51:36) > [GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-112)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import distutils.sysconfig >>> > len(distutils.sysconfig.get_config_vars()) 123 >>> > > I don't care what the number is, I just care if you get an exception > or not. If not, then I'll be really confused. > > If you do get an exception, then I know what to add to configure to > catch this problem, but it essentially means you'll have to install > the python-devel package to get the needed files. > > I think it looks like RedHat changes their Python RPMs again. Sigh. > -Barry >
[mailman@www mailman-2.1]$ python Python 2.2.1 (#1, Aug 30 2002, 12:15:30) [GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import distutils.sysconfig >>> len(distutils.sysconfig.get_config_vars()) Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/src/build/143041- i386/install/usr/lib/python2.2/distutils/sysconfig.py", line 408, in get_config_vars File "/usr/src/build/143041- i386/install/usr/lib/python2.2/distutils/sysconfig.py", line 313, in _init_posix distutils.errors.DistutilsPlatformError: invalid Python installation: unable to open /usr/lib/python2.2/config/Makefile (No such file or directory) >>> [mailman@www mailman-2.1]$ ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: archive@jab.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org