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

Re: [pygame] my tutorials

2007-05-28 Thread Charles Joseph Christie II
On Saturday 26 May 2007 02:47:41 am DR0ID wrote: Hi again payback time 2: In the past months I have started to write some tutorials for some friends. I think other people might be interested too and they do not help, if they are not published. Here they are:

[pygame] Mouse and Fullscreen

2007-05-28 Thread John Eriksson
Hi, I'm having some troubles using the mouse pointer when setting the display to fullscreen. I have no problems on Linux but in Windows the mouse doesnät show up. (Maybe just some occasional flicker.) Is this known problem or am I doing something wrong. I'm trying to set the resolution to

Re: [pygame] Mouse and Fullscreen

2007-05-28 Thread Andrew Pape
Hi John, - Original Message From: John Eriksson [EMAIL PROTECTED] To: pygame-users@seul.org Sent: Tuesday, 29 May, 2007 3:19:26 PM Subject: [pygame] Mouse and Fullscreen Hi, I'm having some troubles using the mouse pointer when setting the display to fullscreen. I have no problems on