Let me ask that again: distutils question

Andrew Kuchling akuchlin at mems-exchange.org
Tue Jan 8 14:24:07 EST 2002


Issac Trotts <ITrotts at IdolMinds.com> writes:
> ImportError: No module named _sre
> >>>

Clearly something has happened to keep Python from finding dynamically
linked modules.  You could search for _sre.pyd (or would it be
sre.dll?) and then see if the directory containing that file is on
Python's sys.path.  I'm not a Windows person, so I don't know how
you'd fix the problem.

--amk                                                  (www.amk.ca)
Small mammals are quite flavorsome when baked.
    -- The Doctor, in "The Two Doctors"



More information about the Python-list mailing list