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

SourceForge.net noreply@sourceforge.net
Mon, 30 Jun 2003 22:31:08 -0700


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

Category: Build
Group: Python 2.2.3
Status: Open
Resolution: None
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: Mike Messmore (salmo)
Date: 2003-07-01 00: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 10: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