Kevin,

I have made more progress - I actually have been able to successfully launch
the executable produced by cx_freeze.  The problem why it is not launching
is the actual executable has incorrect permissions - the execute permission 
bits are
not set.  What is weird is that the execute bits are set going down the
subdirectory chain but NOT on the executable itself.  I did a "chmod" and
made the permissions 777 and then I could double click on the "cx_freeze
app" in the build subdirectory and it launched like a champ.  What is up
with that ????

I tried n experiment thinking that possibly it was the subdirectory I was
building out - that is in the directory where I was
(../Downloads/cx_Freeze-4.3.2/cx_Freeze/samples/wx) I had to perform a "sudo
python setup.py bdist_dmg" to actually build.  I moved the wxaap.py and
setup.py to a directory I have read/write/execute permission and rebuilt -
the result was identical.  Have you ever seen this behavior before ???  Is
there something whacky with the setup.py - I did not modify it .. it is the
one that was in the samples that came with cx_freeze download.  I am
attaching it so you can see it ...

Getting really close to getting things straight thanks to your help.  The 
question
I have now is - is the "incorrect" permission setting I describe above a BUG 
in
cx_freeze OR is it something I am doing improperly to cause this result?  I 
would
appreciate comments from any and all.

Ben


--------------------------------------------------
From: "Ben Robinson" <ben-robin...@nc.rr.com>
Sent: Tuesday, January 07, 2014 10:22 PM
To: <k...@codebykevin.com>; "primary discussion list for use and development 
of cx_Freeze" <cx-freeze-users@lists.sourceforge.net>
Subject: Re: [cx-freeze-users] cx_freeze build fails on MAC 10.9 Python 
2.7.6 32-bit

> Kevin,
>
> I did as you requested - I cd-ed down to the MaxOS subdirectory where the 
> executable wxapp resides and did an "open wxapp" - nothing happens ... no 
> output at all.
>
> Ben
> "
>
> --------------------------------------------------
> From: "Kevin Walzer" <k...@codebykevin.com>
> Sent: Tuesday, January 07, 2014 9:49 PM
> To: "Ben Robinson" <ben-robin...@nc.rr.com>; "primary discussion list for 
> use and development of cx_Freeze" <cx-freeze-users@lists.sourceforge.net>
> Subject: Re: [cx-freeze-users] cx_freeze build fails on MAC 10.9 Python 
> 2.7.6 32-bit
>
>> On 1/7/14, 9:43 PM, Ben Robinson wrote:
>>> Kevin,
>>>
>>> I just tried the /samples/wx/wxapp.py - when I did "sudo python setup.py
>>> build" I got a similar (maybe exact list) of missing modules.  It
>>> produced a build subdirectory - when I double-clicked on the
>>> wxapp-0.1.app (which is a subdirectory) it does the same thing, a pulse
>>> and nothing happens.  Does the procedure I am describing make sense -
>>> based on YouTube example it seems correct except on YouTube the app
>>> launches.
>>>
>>> Ben
>>
>>
>> Try running the actual executable -- 
>
> myapp.app/Contents/MacOS/myapp in
>> the Terminal. It should print any debugging output. Post that here and 
>> that will help us see what's going on.
>>
>> K
>>
>>
>> -- 
>> Kevin Walzer
>> Code by Kevin/Mobile Code by Kevin
>> http://www.codebykevin.com
>> http://www.wtmobilesoftware.com
> 

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to