Re: [Pythonmac-SIG] Problems on using py2app: how to add extra files?

2006-10-20 Thread Bob Ippolito
On 10/20/06, Chris Van Bael <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm the window maintainer of Childsplay(childsplay.sourceforge.net), > and wanted to port it also to Mac. But I got a problem with py2app. > > So my source directory looks a bit like this: (simplified) > ConfParser.py > childspla

[Pythonmac-SIG] Problems on using py2app: how to add extra files?

2006-10-20 Thread Chris Van Bael
Hi all, I'm the window maintainer of Childsplay(childsplay.sourceforge.net), and wanted to port it also to Mac. But I got a problem with py2app. So my source directory looks a bit like this: (simplified) ConfParser.py childsplay.py setup.py In a terminal "python childsplay.py" runs just fine. (

Re: [Pythonmac-SIG] py2app and Pyhon Imaging Library PIL

2006-10-20 Thread Bob Ippolito
On 10/20/06, Martin Dunschen <[EMAIL PROTECTED]> wrote: > I had the following problem with a python script that imports the Image > module: > > ... > import Image > ... > > > When I build an app with py2app I got an error that Image can't be found. > I tracked the problem down to the file > MyApp.a

[Pythonmac-SIG] py2app and Pyhon Imaging Library PIL

2006-10-20 Thread Martin Dunschen
I had the following problem with a python script that imports the Image module: ... import Image ... When I build an app with py2app I got an error that Image can't be found. I tracked the problem down to the file MyApp.app/Contents/Resources/__boot__.py which imports it. In there changed the l

Re: [Pythonmac-SIG] xcode problems

2006-10-20 Thread David Worrall
On 20/10/2006, at 5:26 PM, Ronald Oussoren wrote: > > On Friday, October 20, 2006, at 08:29AM, Muhammad Alkarouri > <[EMAIL PROTECTED]> wrote: > >> --- Ronald Oussoren wrote: >> ... >>> I'd drop Xcode unless you already know it, Xcode can be used as a >>> python editor but is really heavy-weig

Re: [Pythonmac-SIG] xcode problems

2006-10-20 Thread Ronald Oussoren
On Friday, October 20, 2006, at 08:29AM, Muhammad Alkarouri <[EMAIL PROTECTED]> wrote: >--- Ronald Oussoren wrote: >... >> I'd drop Xcode unless you already know it, Xcode can be used as a >> python editor but is really heavy-weight for what it offers to Python >> programmers (it's great f