[Pythonmac-SIG] 64-bit support

2007-11-04 Thread has
Hi folks, Currently working on the next appscript release and wondering if anyone has any thoughts on whether or not I should prioritise 64-bit support (which means reworking its various C extensions to eliminate their dependence on Python's Carbon extensions)? How important is providing 6

Re: [Pythonmac-SIG] 64-bit support

2007-11-04 Thread Ronald Oussoren
On 4 Nov, 2007, at 12:10, has wrote: Hi folks, Currently working on the next appscript release and wondering if anyone has any thoughts on whether or not I should prioritise 64-bit support (which means reworking its various C extensions to eliminate their dependence on Python's Carbon extensio

Re: [Pythonmac-SIG] 64-bit support

2007-11-04 Thread has
On 4 Nov 2007, at 15:18, Ronald Oussoren wrote: >> Currently working on the next appscript release and wondering if >> anyone has any thoughts on whether or not I should prioritise 64-bit >> support (which means reworking its various C extensions to eliminate >> their dependence on Python's Carbon

[Pythonmac-SIG] working around versions

2007-11-04 Thread David Worrall
Hi All, We're doing some work around different versions of Python on OSX (and what's in their respective site-packages directory), and I was wondering: Given that we can pick up the the version number of the current instantiation using sys.version, is there a direct way of computing the locat