Pyinstaller can also be used to create executables. It does not need python
installed.
We have been able to make executables for windows and mac as well with this.
- Parikshit
On Tue, May 3, 2011 at 3:54 PM, Miki Tebeka wrote:
> > py2exe would work, but a correct installer would install Pytho
> py2exe would work, but a correct installer would install Python if not
> present, then install the program.
py2exe packs everything you need, including Python. A program created with
py2exe does not depend on installed Python.
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 30, 6:39 pm, David Cournapeau wrote:
> On Sat, Apr 30, 2011 at 2:19 PM, James A. Donald
> wrote:
>
> > I have noticed that installingpythonprograms tends to be hell,
> > particularly underwindows, and installingpythonprograms that rely
> > on, or in large part are,pythonextensionswritten
On Sat, Apr 30, 2011 at 2:19 PM, James A. Donald wrote:
> I have noticed that installing python programs tends to be hell,
> particularly under windows, and installing python programs that rely
> on, or in large part are, python extensions written in C++ tends to be
> hell on wheels with large spi
I used py2exe and InnoSetup in the past for various Python project, always with
great success. What is the process that you are following?
--
http://mail.python.org/mailman/listinfo/python-list
I have noticed that installing python programs tends to be hell,
particularly under windows, and installing python programs that rely
on, or in large part are, python extensions written in C++ tends to be
hell on wheels with large spiky knobs and scythes on the wheels.
Is this because such install