[Python-bugs-list] [ python-Bugs-447982 ] inconsistent availablility on modules

noreply@sourceforge.net noreply@sourceforge.net
Sat, 04 Aug 2001 11:42:19 -0700


Bugs item #447982, was opened at 2001-08-04 11:26
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=447982&group_id=5470

Category: Installation
>Group: Not a Bug
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: inconsistent availablility on modules 

Initial Comment:
My last python 2.0 rpm has syslog module. I have just
downloaded the python-2.0.1.tgz from one of the python
mirror sites. That release has syslog module commented
out in Modules/Setup file.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-08-04 11:42

Message:
Logged In: YES 
user_id=6380

The source distribution has many modules commented out,
because they don't always build on all platforms. The RPM
builder uncomments modules that should go into the RPM. You
can uncomment it and see if it builds.

If you can upgrade to 2.1.1, this problem is gone: as of
2.1, all extensions are built automatically by the setup.py
script, assuming they can be built at all.


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

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