[Python-bugs-list] [ python-Bugs-446525 ] python 2.1 debug library missing _sre?

noreply@sourceforge.net noreply@sourceforge.net
Wed, 01 Aug 2001 13:01:13 -0700


Bugs item #446525, was opened at 2001-07-31 12:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=446525&group_id=5470

>Category: Windows
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Tim Peters (tim_one)
Summary: python 2.1 debug library missing _sre?

Initial Comment:
I downloaded the most current python 2.1 debug library 
as follows:

Python-2.1-Debug.zip    16-Apr-2001 23:06   1.3M  ZIP 
archive

After initialization of the interpreter, a simple call 
like "PyRun_SimpleString("import re");" will return 
the following error:

Traceback (most recent call last):
...
  File "c:\python21\lib\sre_compile.py", line 11, in ?
    import _sre
ImportError: No module named _sre

By comparision, running the same code using the Python 
Release library gives no such problem.

Is this a bug? 

Much Thanks,
Hugo

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=446525&group_id=5470