Re: [Pythonmac-SIG] py2app Enforces Directory Structure?

2004-12-22 Thread Bob Ippolito
On Dec 22, 2004, at 7:31 PM, Erik Westra wrote: Anyway, enough on this. I just wanted to thank you for the fantastic work you've done on py2app. I'm amazed -- I've packaged our company's various applications to work under Linux and Windows, using both the MacMillan Installer and py2exe, and py2ap

Re: [Pythonmac-SIG] Question about Pil and icns...

2004-12-22 Thread Bob Ippolito
On Dec 22, 2004, at 7:45 PM, whamoo wrote: On 23/dic/04, at 01:29, Bob Ippolito wrote: On Dec 22, 2004, at 7:09 PM, whamoo wrote: I've read that new beta of the Pil now add support for icns file format, nice, but in the code of the plugin i read that there is only the read support, so, i cannot c

Re: [Pythonmac-SIG] Question about Pil and icns...

2004-12-22 Thread whamoo
On 23/dic/04, at 01:29, Bob Ippolito wrote: On Dec 22, 2004, at 7:09 PM, whamoo wrote: I've read that new beta of the Pil now add support for icns file format, nice, but in the code of the plugin i read that there is only the read support, so, i cannot convert icns in other format and vice-versa

Re: [Pythonmac-SIG] py2app Enforces Directory Structure?

2004-12-22 Thread Erik Westra
Hi Bob, > I just wanted to mention that there are designated places to put files > like that, and "relative to wherever the application might be" is Not > That Place. See the "Where To Put Application Files" section of `The > Mac OS X File System`__. Thanks for pointing me in the right direction

Re: [Pythonmac-SIG] Question about Pil and icns...

2004-12-22 Thread Bob Ippolito
On Dec 22, 2004, at 7:09 PM, whamoo wrote: I've read that new beta of the Pil now add support for icns file format, nice, but in the code of the plugin i read that there is only the read support, so, i cannot convert icns in other format and vice-versa? And if i load icns, work on it, then i can

[Pythonmac-SIG] Question about Pil and icns...

2004-12-22 Thread whamoo
Hi to all, I've read that new beta of the Pil now add support for icns file format, nice, but in the code of the plugin i read that there is only the read support, so, i cannot convert icns in other format and vice-versa? And if i load icns, work on it, then i cannot save. Can someone tell m

Re: [Pythonmac-SIG] Read Strings from Resources

2004-12-22 Thread Just van Rossum
wicked witch wrote: > >>>So it looks like a 2-byte count followed by an array of Pascal > >>>strings. > >> > >>Ah yes. And now that I see this I seem to remember that the pstrings > >>are padded to a 2-byte boundary. > > > > Hmmm, I'd be a bit surprised if there was such alignment padding. > > Pa

Re: [Pythonmac-SIG] Read Strings from Resources

2004-12-22 Thread wicked witch
Opstad, Dave schrieb: On 12/22/04 1:51 AM, "Jack Jansen" <[EMAIL PROTECTED]> wrote: On 22 Dec 2004, at 00:22, Opstad, Dave wrote: According to MacTypes.r (in the last Universal Headers revision), the Rez format for a 'STR#' resource is as follows: type 'STR#' { integer = $$

Re: [Pythonmac-SIG] py2app standalone options

2004-12-22 Thread Ronald Oussoren
On 22-dec-04, at 14:29, Bob Ippolito wrote: anyone or anything else to stand in their way. You obviously don't want it badly enough. Adding an option that will make the application not include stuff from site-packages is not much work, the patch is less that 100 lines (context-diff) and it took

Re: [Pythonmac-SIG] Read Strings from Resources

2004-12-22 Thread Opstad, Dave
On 12/22/04 1:51 AM, "Jack Jansen" <[EMAIL PROTECTED]> wrote: > On 22 Dec 2004, at 00:22, Opstad, Dave wrote: > >> According to MacTypes.r (in the last Universal Headers revision), the >> Rez format for a 'STR#' resource is as follows: >> >> >> type 'STR#' { >>integer =

Re: [Pythonmac-SIG] Re: [Pyqt-mac-list] Re: Eric 3

2004-12-22 Thread Bob Ippolito
On Dec 22, 2004, at 9:46, Kevin Walzer wrote: Your path looks correctly set up to me. If you have the Pythonmac extensions installed, that's important, as my Eric3 app bundle actually makes use of the Python interpreter embedded in the PythonIDE. (That will be corrected in the next release of the e

[Pythonmac-SIG] Re: [Pyqt-mac-list] Re: Eric 3

2004-12-22 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay, Your path looks correctly set up to me. If you have the Pythonmac extensions installed, that's important, as my Eric3 app bundle actually makes use of the Python interpreter embedded in the PythonIDE. (That will be corrected in the next release of

Re: [Pythonmac-SIG] py2app standalone options

2004-12-22 Thread Bob Ippolito
On Dec 22, 2004, at 6:49, Ronald Oussoren wrote: On 21-dec-2004, at 23:42, has wrote: Chris Barker wrote: I originally came down on Has' side of this debate, but now think Bob has made the right choices, so I thought I'd add a couple comments. First, I'm a little unclear on what exactly Has wants.

Re: [Pythonmac-SIG] py2app standalone options

2004-12-22 Thread Ronald Oussoren
On 21-dec-2004, at 23:42, has wrote: Chris Barker wrote: I originally came down on Has' side of this debate, but now think Bob has made the right choices, so I thought I'd add a couple comments. First, I'm a little unclear on what exactly Has wants. Could you clarify? Freedom, basically. It's

Re: [Pythonmac-SIG] Tkinter and Python 2.2

2004-12-22 Thread Jack Jansen
If I have the source code for TkAqua, can it be modified and recompiled as a separate binary for PoserPython? [I'm guessing this is preferable to trying to get one instance of TkAqua to work for both instances of Python] Does it make any difference if I don't have any other instances of TkAqua

Re: [Pythonmac-SIG] Read Strings from Resources

2004-12-22 Thread Jack Jansen
On 22 Dec 2004, at 00:22, Opstad, Dave wrote: I've filed a bug report (#1089399), so it'll be fixed, but that's a long term thing (not before 2.5). In the short term you'll have to parse the STR# resource yourself. I'm not 100% sure, but I think they're just a null-byte separated list. If they're s