--------------------------------------------------------------------------------------------
Thomas, I hate to be not knowing what you are saying:
1. I have the cp35 file downloaded into the download folder.
2. After I open a command prompt and type cd, I get lost at this point.
3. Will you please give me steps by steps after this point.

Thanks, very much for a reply back
Chester Guinyard,
---------------------------------------------------------------------------------------------
From: Thomas Kluyver 
Sent: Saturday, August 13, 2016 7:47 AM
To: primary discussion list for use and development of cx_Freeze 
Subject: Re: [cx-freeze-users] can I get some HELPS! I am getting a error on 
the option line.

Download the .whl file from the site I linked above. It needs to match the 
Python version and bitness you're using: cp35 means Python 3.5. If you're using 
64-bit Python, get one of the ones with '_amd64' in the name.


Then open a command prompt. Use 'cd' to change to the directory where you 
downloaded the .whl file.


Now run 'pip install cx_Freeze...whl' (fill in the name of the file you 
downloaded. If you've downloaded the wrong file, this will show you an error. 
If it's the right file, it will install it. Then you should be able to import 
cx_Freeze.


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

  I am running windows 10 everytime I download it, it will not open or install. 
  What verison do you want me to install?.
  If you can give me a few steps to what to do to get cx_Freeze install on my 
windows 10 computer, I will sure thank you.
  Thanks again

  Chester Guinyard,

  1. 

  2.

  3.
  
------------------------------------------------------------------------------------------------------------------------------



  From: Thomas Kluyver 
  Sent: Friday, August 12, 2016 8:45 AM
  To: primary discussion list for use and development of cx_Freeze 
  Subject: Re: [cx-freeze-users] can I get some HELPS! I am getting a error on 
the option line.

  Sorry, forgot the link to Gohlke's site:
  http://www.lfd.uci.edu/~gohlke/pythonlibs/#cx_freeze


  On 12 August 2016 at 13:45, Thomas Kluyver <tak...@gmail.com> wrote:

    You do have to install it. If you're on Windows, you can download a wheel 
from Christoph Gohlke's site and install it using pip (pip install ....whl).


    There isn't a precompiled package for other platforms, so you can install 
it from PyPI with pip (pip install cx_Freeze), but you'll need a compiler 
installed.


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

      I change it to cx_Freeze, it still giving me the ImportError.
      Do I have to download and install cx_ Freeze?
      Do you have a link to get it from, that will work with python 3.5.2:


      From: Thomas Kluyver 
      Sent: Friday, August 12, 2016 7:46 AM
      To: primary discussion list for use and development of cx_Freeze 
      Subject: Re: [cx-freeze-users] can I get some HELPS! I am getting a error 
on the option line.

      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 
        Sent: Friday, August 12, 2016 4:09 AM
        To: primary discussion list for use and development of cx_Freeze 
        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 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




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


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

Reply via email to