[Pythonmac-SIG] 2.6 universal problems

2008-08-18 Thread Chris Kees
I'm running into a problem building/installing from svn source r65809 for the 64-bit universal configuration on 10.5. The installer can't find the FSpOpenResFile function during the install phase. Here is a summary of what is happening: % uname -a Darwin ... 9.4.0 Darwin Kernel Version 9.4.0: Mon

[Pythonmac-SIG] Leopard Python library ?missing functions?

2008-08-18 Thread John Raines
I did a google search on "python calendar" and was surprised to see that several new modules have been added in Python 2.5. I was preparing to try to fix a bug in some code that turned the old calendar modules result into an html version, so I thought I would look at what the new functions

Re: [Pythonmac-SIG] Leopard Python library ?missing functions?

2008-08-18 Thread Ned Deily
In article <[EMAIL PROTECTED]>, John Raines <[EMAIL PROTECTED]> wrote: > I did a google search on "python calendar" and was surprised to see > that several new modules have been added in Python 2.5. I was > preparing to try to fix a bug in some code that turned the old > calendar modules res

Re: [Pythonmac-SIG] 2.6 universal problems

2008-08-18 Thread Ronald Oussoren
The cachersrc.py module uses API's that are not available in 64-bit mode. I don't have time to look into fixing that (or even research if the cachersrc.py script should be called for a 64-bit install, there's a significant chance that it is not needed). Ronald On 18 Aug, 2008, at 21:09, C