Re: [Pythonmac-SIG] Python and Zeroconf?

2006-12-26 Thread Nehemiah Dacres

his problem might be how to make
fathttp://en.wikipedia.org/wiki/Fat_binarypython byte code, or
rather, universal binaries with python.

On 12/23/06, Bob Ippolito [EMAIL PROTECTED] wrote:


On 12/23/06, Tim Ansell [EMAIL PROTECTED] wrote:
 Hello,

 My game is using ZeroConf to find local game servers. Under Linux I can
 use avahi or pyZeroConf to locate the servers (depending if avahi is
 installed or not).

 However as Mac OS X has it's own mDNS server I can't use either of these
 options. Is there a way to interface with the Mac's Zeroconf (Bonjour)?

 I have found

http://www-unix.mcs.anl.gov/fl/research/accessgrid/bonjour-py/bonjour-py.htmlhowever
 there doesn't seem to be Universal Python binaries which I need to
build binary packages.

Looks like source code. Compiles here. What's the problem?

-bob
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig





--

lalalalala! it's not broken because I can use it

http://linux.slashdot.org/comments.pl?sid=194281threshold=1commentsort=0mode=threadcid=15927703
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


Re: [Pythonmac-SIG] Python and Zeroconf?

2006-12-26 Thread Jack Jansen


On  26-Dec-2006, at 19:29 , Nehemiah Dacres wrote:

his problem might be how to make fat python byte code, or rather,  
universal binaries with python.


Python byte code is architecture-independent[*], so that shouldn't be  
a problem.


[*] I think there was a problem with portability between machines  
with 32 and 64 bit integers, but I recall that that has been solved  
also. And at least it isn't a problem for ppc/intel mac portability.

--
Jack Jansen, [EMAIL PROTECTED], http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma  
Goldman





smime.p7s
Description: S/MIME cryptographic signature
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig