Re: [Pythonmac-SIG] Framework build of 2.4.2

2005-10-31 Thread Michael Hudson
Ronald Oussoren <[EMAIL PROTECTED]> writes: > BTW. Actually building the beast sucks, the script for building the > documentation index is not very reliable: it crashes while waiting > for the indexer to finish. Luckily I can compensate for this in the > build script. If you have changes you thin

[Pythonmac-SIG] In Mac/Modules/file/_Filemodule.c dataLogicalSize, etc., should be UInt64 ("L")

2005-10-31 Thread Laura McColm
Greetings All! I am moving a document management app from C++/OS9 to Python/OSX Carbon and I am delighted with the functionality I'm finding in the MacOS specific extension modules. Just what I needed! But I was dismayed to be unable to get anything but the value 0L for the file sizes

Re: [Pythonmac-SIG] In Mac/Modules/file/_Filemodule.c dataLogicalSize, etc., should be UInt64 ("L")

2005-10-31 Thread Bob Ippolito
On Oct 31, 2005, at 5:26 PM, Laura McColm wrote: > Greetings All! > > I am moving a document management app from C++/OS9 to Python/ > OSX Carbon and I am delighted with the functionality I'm finding in > the MacOS specific extension modules. Just what I needed! But I > was dismayed to