Thanks for the suggestion but got the same output generated.
I'm running python 2.7 not 3 as well.
Dean
On 24 January 2014 14:59, Dan McCombs <dmcco...@dyn.com> wrote:
> Something I've done on Windows to get a little more debugging is not set
> the base to Win32GUI temporarily, rebuild the executable, then run it from
> a command prompt. That'll at least get you any stdout/stderr output that
> might be getting lost when using the Win32GUI base.
>
> Once I've corrected the problem, I set the base to Win32GUI again.
>
> Take care,
>
> -Dan
>
>
> On Fri, Jan 24, 2014 at 9:47 AM, Dean Chester <dean.g.ches...@gmail.com>wrote:
>
>> Hi,
>>
>> I've got a script that works on OS X but i've just tried to make an
>> executable on windows 7 x64 however it just stop responding then quit. Is
>> there anyway to get more output to understand why this happened.
>>
>> My script looks like:
>>
>> application_title = "software" #what you want to application to be called
>> main_python_file = "./src/main.py" #the name of the python file you use to
>> run the program
>> import sysfrom cx_Freeze import setup, Executable
>>
>> base = Noneif sys.platform == "win32":
>> base = "Win32GUI"
>>
>> includes = ["atexit","re"]
>>
>> setup(
>> name = application_title,
>> version = "0.1",
>> description = "Description",
>> options = {"build_exe" : {"includes" : includes }},
>> executables = [Executable(main_python_file, base = base)])
>>
>>
>> So what can I do to get it to work on windows?
>>
>> Thanks in Advance,
>>
>> Dean
>>
>>
>> ------------------------------------------------------------------------------
>> 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
>>
>>
>
>
> ------------------------------------------------------------------------------
> 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
>
>
------------------------------------------------------------------------------
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