Hi Chester,

On 18 August 2016 at 12:07, Chester Guinyard <cguiny...@pbtcomm.net> wrote:

> Could you show me how to point it to application program and run it on the
> command line
> Thank for the help with the cx_Freeze issue.
>

I'm not entirely sure what you're asking for, but:

- The .py filename on the last line (lotto.py in the code you gave) should
refer to the script you want to freeze.
- You run it from a command prompt with 'python setup.py build'

See also the docs here:
http://cx-freeze.readthedocs.io/en/latest/distutils.html
------------------------------------------------------------------------------
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to