[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Fwd: install problem



On 2/25/06, Farai Aschwanden <fash@xxxxxxxxxx> wrote:
> A general question htat way... I never used PytoExe or PytoApp yet,
> but are those tools not that way working that they got anything
> inside for making the main program runnable (including all modules
> needed by the main app, etc.)? That was my initial thought when I
> heard about those tools.
>
Yes, I believe your description is correct.

To phrase it another way, they are designed to find the dependencies
of your python program (including python itself), and then put them
all together in a platform dependent standalone package.