Hi Joe,
On 10 September 2013 11:36, BS <mcoo...@mail.com> wrote:
> In this message to Harry you mention that it required that you have a C
> complier like Visual studio to create an exe version of Python. Is this
> true or not ? Sorry maybe I don’t understand what going on.. Maybe I am
> confuse then what is Cxfreeze is it a complier? Or it just to create
> scripts for runtime in Python only. I am on windows this is what I been
> asking… for a long time. I want to create full developed windows
> executable applications using Python language, but I have a hard time
> creating a working exe files. In C++ no problems. Please advised Thanks
> Joe ACS, Inc.
You need a C compiler to install a development version of cx_Freeze. If you
install a regular release version (from
http://cx-freeze.sourceforge.net/), it is already compiled for you,
and you do not need a compiler.
cx_Freeze is a tool to make an executable from your Python program. It is
not a compiler, though: Python code can't easily be compiled in the same
way that a C++ program can. cx_Freeze just packs a little executable along
with your Python code and required libraries, and arranges it so that the
exe will run your code when it starts.
If you're new to Python, I recommend that you start with writing and
running plain Python code. cx_Freeze and competing Python tools are nowhere
like as polished as the compilers you will have used for C++, because we
normally run Python programs using the Python interpreter. Once you're
comfortable with regular Python code, command prompts, etc., then it should
be easier to understand cx_Freeze.
Best wishes,
Thomas
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users