[Pythonmac-SIG] Source for pythonmac.org releases?

2007-08-16 Thread Timothy Reaves
I can't seem to find source for these. I need to compile myself, as I'm running 10.5. I'm seeing some weird stuff, and want to determine if a recompile will take care of it. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.

Re: [Pythonmac-SIG] Source for pythonmac.org releases?

2007-08-16 Thread Ronald Oussoren
On 17 Aug, 2007, at 4:15, Timothy Reaves wrote: I can't seem to find source for these. I need to compile myself, as I'm running 10.5. I'm seeing some weird stuff, and want to determine if a recompile will take care of it. AFAIK the binaries on pythonmac.org got contributed by various

[Pythonmac-SIG] issue on making python extension from C code

2007-08-16 Thread farshid
Hi , I am hitting this very strange issue that i am providing a wrapper for some hash method that is 192 bit or ( unsigned long long int in c) . when i invoke this function from other C code and i run the code it returns correct hash value , but when i compile it and install it with setu