Hi:
I have searched the docs and google but have not totally figured
out how to accomplish my task: On a linux box, I want to compile
and link python so that it uses no shared libraries, but does support
import of some "extra" modules. I have made a few attempts but
with limited success. In par
Serge Orlov wrote:
> Ralph Butler wrote:
>> Hi:
>>
>> I have searched the docs and google but have not totally figured
>> out how to accomplish my task: On a linux box, I want to compile
>> and link python so that it uses no shared libraries, but does support
>
Hi:
I have a question about extending python with C. I have read the docs
and done some googling, but come up short on this particular (small)
problem. I want to write a c extension to int. In particular, I want
to grab the memory for the int from an alternative heap. I am confused
about 2
I think I may have figured all this out by looking at examples in the
python source, e.g. xxsubtype.c etc. Nonetheless, I would appreciate
any extra info others might provide.
Thanks again.
--ralph
Ralph Butler wrote:
> Hi:
> I have a question about extending python with C. I have re
Hi:
I have been using pyzeroconf to register and discover services on a
local network using the default multicast support. Now, I would like to
register a service on a remote node and discover that service from my
local machine. Neither machine is behind a firewall. This sort of
thing is su