This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2003-08-04.18:02:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

The only "from sre import __all__" is in re.py, not
fnmatch.py.  If this is failing it is probably because
Modules/sre.c failed to compile.  You can try starting
python with -v to see more about imports.

There's not enough information to know what's going on. 
What platform is this on?  Did sre.c compile?
History
Date User Action Args
2007-08-23 14:15:44adminlinkissue782752 messages
2007-08-23 14:15:44admincreate