[Mailman-Users] No module named korean

chaim at chaim.com chaim at chaim.com
Tue Dec 31 21:20:26 CET 2002


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 at 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 at www mailman-2.1]$



More information about the Mailman-Users mailing list