C shared object files
Darrell
Darrell at p98.f112.n480.z2.fidonet.org
Fri Jul 2 05:58:39 EDT 1999
More information about the Python-list mailing list
Fri Jul 2 05:58:39 EDT 1999
- Previous message (by thread): C shared object files
- Next message (by thread): C shared object files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: "Darrell" <news at dorb.com> Check the docs under "Extending and Embedding" and search those key words at dejanews.com. Also check out some examples of how other people have done it, which will show up in your search. -- --Darrell Martin Casado <casado at ogl.llnl.gov> wrote in message news:199907021717.KAA03837 at ogl.llnl.gov... > > Python Guru's, > > I am trying to get python to dynamically load a C object module, and > first off I can't figure out how to compile myCollProggy.c into a > shareable object file, and secondly I was curios if there is a way to check > at runtime if a module is on the system or not. > > I have made arrangements with the proper authorities and there is a veritable > wealth of Karma points waiting for anyone who can help me :-) Hehe thanks > very much in advance. > > -Martin > >
- Previous message (by thread): C shared object files
- Next message (by thread): C shared object files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list