Let me ask that again: distutils question

Gerson Kurz gerson.kurz at t-online.de
Tue Jan 8 13:38:01 EST 2002


On Tue, 8 Jan 2002 10:10:57 -0700, Issac Trotts
<ITrotts at IdolMinds.com> wrote:

>ActivePython 2.1.1, build 212 (ActiveState)
..
>>>> from distutils.core import setup
...
>ImportError: No module named _sre
>>>>
>
That doesn't help you, but it works with CPython 2.2 on Windows. Maybe
you can look for this:

>>> print _sre.__file__
C:\Python22\DLLs\_sre.pyd

if it exists, good, if not, rebuild it from source? 



More information about the Python-list mailing list