Re: [pygame] Single .exe

2007-05-28 Thread Laura Creighton
I usede the instructions here: http://peak.telecommunity.com/DevCenter/PythonEggs to make my first python egg yesterday. So far, so good. I don't expect my python program to change much, but I expect my data files to gorw a lot, so I thought I would try this way. Before that I was using

Re: [pygame] Single .exe

2007-05-28 Thread Tobbe Lundberg
Thanks for your reply I don't think eggs really are what I'm after (please correct me if you think I'm wrong) I want a single file that doesn't need any installing or unpacking that I can send to friends that doesn't have python installed. I've tried py2exe too, but I couldn't get it to

Re: [pygame] Single .exe

2007-05-28 Thread Laura Creighton
In a message of Mon, 28 May 2007 11:57:12 +0200, Tobbe Lundberg writes: Thanks for your reply I don't think eggs really are what I'm after (please correct me if you think I'm wrong) I think you are probably correct. I want a single file that doesn't need any installing or unpacking that I can

Re: [pygame] Single .exe

2007-05-28 Thread Tobbe Lundberg
I'll look in to it. On 5/28/07, Laura Creighton [EMAIL PROTECTED] wrote: Maybe this is what you are looking for, http://www.py2exe.org/index.cgi/SingleFileExecutable but I have never used NSIS, so maybe not. Laura

Re: [pygame] Single .exe

2007-05-28 Thread Dave LeCompte (really)
Tobbe Lundberg [EMAIL PROTECTED] wrote: Or any other options to get a single .exe with everything needed inside? And I don't want it to be an installer or anything like that... One thing to bear in mind is that LGPL-licensed libraries (e.g. PyGame, PGU) have restrictions on how they can be