[ python-Bugs-763007 ] dl module not installed with 2.2.3

SourceForge.net noreply at sourceforge.net
Thu Sep 1 00:05:28 CEST 2005


Bugs item #763007, was opened at 2003-06-30 07:08
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763007&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.2.3
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Mike Messmore (salmo)
Assigned to: Nobody/Anonymous (nobody)
Summary: dl module not installed with 2.2.3

Initial Comment:
I'm running Redhat 7.3 on an older PII.  I was
attemping to try out the python bindings for gstreamer
when I discovered my build of python 2.2.3 was lacking
the 'dl' module.  I've installed RPMS built from the
SRPMS available on the python.org site (with the
non-redhat9 spec file).  Looking around I have not
found a reason for this, nor a way to go about fixing
it, so I assume it is a bug.  Whenever I try to run a
gst-python example I get an ImportError stating the the
dl module does not exist, as well as when I try to run
test_dl.py in my /usr/lib/python2.2/test/ directory.

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

>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-09-01 00:05

Message:
Logged In: YES 
user_id=1188172

Considered as out of date.

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

Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-05-31 13:36

Message:
Logged In: YES 
user_id=1188172

Is this still an issue? The group is Python 2.2.3, so should
it be considered out of date?

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

Comment By: Mike Messmore (salmo)
Date: 2003-07-01 07:31

Message:
Logged In: YES 
user_id=121084

>From the output it seems to never try to compile dlmodule.c.
 I ran 'rpm --rebuild python2-2.2.3-1.src.rpm 2&>1
>python_build.txt' and grepped the resulting text for
dlmodule.c and only found it placing the file in the build
directory.  It found dlfcn.h fine.  If you need me to I can
attach the python_build.txt file here, but I can't find any
visable errors in the building process.  By the way, feel
free to let me know at any point if I'm doing something
retarded.  

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-06-30 17:22

Message:
Logged In: YES 
user_id=33168

What is the error when building dlmodule.c?

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

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


More information about the Python-bugs-list mailing list