[Python-bugs-list] [ python-Bugs-702157 ] No documentation of static/dynamic python modules.

SourceForge.net noreply@sourceforge.net
Thu, 13 Mar 2003 05:05:58 -0800


Bugs item #702157, was opened at 2003-03-12 12:23
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=702157&group_id=5470

Category: Documentation
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: J.A. Schonekerl (jschonek2)
Assigned to: Nobody/Anonymous (nobody)
>Summary: No documentation of static/dynamic python modules.

Initial Comment:
Hi,

This problem cost me very much time to solve:

After I build Python, all dynamic libraries got dynamically
linked into the Python interpreter (libraries like
zlib and tcl/tk stuff).

I coudn't find out why this is, I only want to load zlib.so
when I do a "import zlib" and not when I start Python.

And this is (I think) the difference between statically and
dynamically build Python libraries, but this isn't explaind
in a clear way.

You can configure the dynamic/static module beheviour in
the Modules/Setup file (afher you did a configure) with
the *shared* flag. 

The dinamic/static module behaviour should at least very
clear described in that file, this is not the case at
this moment.

Best regards,

Jan







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

Comment By: J.A. Schonekerl (jschonek2)
Date: 2003-03-13 13:05

Message:
Logged In: YES 
user_id=732192

Uuuh when I say "python library" I mean a "python module"

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

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