statically linked python

2006-06-17 Thread Ralph Butler
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

Re: statically linked python

2006-06-17 Thread Ralph Butler
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 >

question about C extensions

2007-03-24 Thread Ralph Butler
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

Re: question about C extensions

2007-03-24 Thread Ralph Butler
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

pyzeroconf unicast question

2006-04-12 Thread Ralph Butler
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