The module name is cx_Freeze, with a capital F. See the example here:
http://cx-freeze.readthedocs.io/en/latest/distutils.html
On 12 August 2016 at 12:42, Chester Guinyard <cguiny...@pbtcomm.net> wrote:
> *When I run it, I get a error ImportError: no module name ‘cx_freeze’.*
>
>
> *From:* Timothy W. Grove <tim_gr...@sil.org>
> *Sent:* Friday, August 12, 2016 4:09 AM
> *To:* primary discussion list for use and development of cx_Freeze
> <cx-freeze-users@lists.sourceforge.net>
> *Subject:* Re: [cx-freeze-users] can I get some HELPS! I am getting a
> error on the option line.
>
>
> If this is the exact code you are trying to run, then I notice a missing
> comma after 'Mike McGrath'. I hope it's this simple ...
>
> Tim
>
> On 12/08/2016 05:01, Chester Guinyard wrote:
>
> import sys
> from cx_freeze import setup, Executable
>
> base = None
> if sys.platform == 'win32' : base = 'Win32GUI'
> opts = { 'include_files' : ['logo.gif' ], 'includes' : ['re'] }
>
> setup(
> name = 'Lotto' ,
> version = '1.0' ,
> description = 'Lottery Number Picker' ,
> author = 'Mike McGrath' ,
> option = {'build_exe' : opts } ,
> executables = [ Executable('lotto.py', base = base ) ] )
>
>
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. http://sdm.link/zohodev2dev
>
>
>
> _______________________________________________
> cx-freeze-users mailing
> listcx-freeze-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
> ------------------------------
> ------------------------------------------------------------
> ------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. http://sdm.link/zohodev2dev
>
> ------------------------------
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
> ------------------------------------------------------------
> ------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. http://sdm.link/zohodev2dev
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users