[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] py2exe problems
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] py2exe problems
- From: "René Dudfield" <renesd@xxxxxxxxx>
- Date: Tue, 22 Jan 2008 12:49:41 +1100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Mon, 21 Jan 2008 20:49:49 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=kVn5W+2AvlvSsvNTspXmModyJYjHnUua8WFE0eu6PlQ=; b=sxccyAPbuqa0a0tVHTuFuRtf0DYOuloMNuIrfPmXj+06RVGFQhNj7Zr/AxSrrGHUidxRfuhDkIk6NR7o5YL30gQiyBhFpS9wDtIlxoqXZhnRII08psWP40uO2Gx8odAiRZ4EDI1SYAxjsR9bmuySglL9azcLeBzYfVTyEh7jv0A=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rhZg3PfsoXIrQ4MLM2rtIwejzxU07iET2f9g5BpoUOHf/do/x8BMd/59UDiICnRc85la78rqwI3h03J0Fwo/ueqa+pnfrEjrBOKqwNRnP0Nk3T29ymCYW+WMwcmSLvIZomtdme6PQLtGX24pncv+aj0eHe2BJDIaQwhgX+YAagg=
- In-reply-to: <a62fab400801211743r2a5ca40ci95429feea374a3de@xxxxxxxxxxxxxx>
- References: <a62fab400801211743r2a5ca40ci95429feea374a3de@xxxxxxxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
There is a way to tell py2exe to ignore modules. Try using that.
Also have a look in the skellington frame work for its py2exe stuff:
http://media.pyweek.org/static/skellington-11.zip
cu,
On Jan 22, 2008 12:43 PM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
> Hi,
>
> I've got a great new program, which I want to make available to people
> without python. I'm compiling with py2exe. It's an OpenGL program, but
> py2exe says it can't find OpenGL.GL or OpenGL.GLU, the two modules I'm
> using. (In addition, pygame.movieext is missing, though I'm not using
> that). How can I get the OpenGL modules? The program runs fine, so I'm not
> missing OpenGL. I installed OpenGL using easy_install.
>
> Thanks,
> Ian
>