Let me ask that again: distutils question

Issac Trotts ITrotts at IdolMinds.com
Tue Jan 8 12:10:57 EST 2002


I asked this yesterday and haven't heard back.
Was the question too stupid?  RTFM?

ActivePython 2.1.1, build 212 (ActiveState)
Python 2.1.1 (#20, Jul 26 2001, 11:38:51) [MSC 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
>>> from distutils.core import setup
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "j:\Python21\Lib\distutils\core.py", line 16, in ?
    from distutils.util import grok_environment_error
  File "j:\Python21\Lib\distutils\util.py", line 11, in ?
    import sys, os, string, re
  File "j:\Python21\Lib\re.py", line 28, in ?
    from sre import *
  File "j:\Python21\Lib\sre.py", line 17, in ?
    import sre_compile
  File "j:\Python21\Lib\sre_compile.py", line 11, in ?
    import _sre
ImportError: No module named _sre
>>>

Reinstalling the other version of CPython 2.1 for Windows
produced the same result.

Does anyone know how to fix this?

Thanks,
Issac





More information about the Python-list mailing list