Re: Installing programs that depend on, or are, python extensions.

2011-05-03 Thread Parikshit ..
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

Re: Installing programs that depend on, or are, python extensions.

2011-05-03 Thread Miki Tebeka
> 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

Re: Installing programs that depend on, or are, python extensions.

2011-05-03 Thread James A. Donald
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

Re: Installing programs that depend on, or are, python extensions.

2011-04-30 Thread David Cournapeau
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

Re: Installing programs that depend on, or are, python extensions.

2011-04-30 Thread Miki Tebeka
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

Installing programs that depend on, or are, python extensions.

2011-04-29 Thread James A. Donald
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