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
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. (
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
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
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
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