S
S
Sergei Bekhtin2011-03-09 22:26:26
Python
Sergei Bekhtin, 2011-03-09 22:26:26

How to make life easier for end users of python programs?

Hello Khabrovites!
Imagine this situation: We have a program written in python using a bunch of libraries (for example, three) and we want to give this program to a friend to use. And a friend on the computer, for example, has neither Python nor libraries at all. Is it possible to somehow arrange the whole thing in such a way that it would be easier for him to install all the components and run the program?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
SeTeM, 2011-03-09
@SeTeM

Most Popular:
Python 3.x: cx_Freeze
Python 2.x: py2exe

I
Inflame, 2011-03-10
@Inflame

There is also a cross-platform Pyinstaller: www.pyinstaller.org

J
Jazzist, 2011-03-10
@Jazzist

For good - make a simple installation script that would check for the presence of python on the machine and the version.
Quick, put everything in one bag. There are a bunch of assemblers and "compilers" for these needs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question