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

Re: [pygame] What are the dependencies?



ah

2010/4/21 Ian Goodfellow <goodfellow.ian@xxxxxxxxx>
It's a library for python that can load and render 3D Studio Max files.

On Apr 21, 2010, at 12:09 AM, Matt Pearson wrote:

wow what is Dice3Ds? modeling program?

2010/4/21 Ian Goodfellow <goodfellow.ian@xxxxxxxxx>
I just need to install pygame because it's a dependency for Dice3Ds. I'm not going to be doing a lot of heavy coding, just modifying one of the Dice3Ds scripts a bit.
Thanks.

2010/4/20 Matt Pearson <jestersbong@xxxxxxxxx>

im not familar with your OS but the pygame website should have a list a dependencies
btw what enviroment are planning on coding in

2010/4/21 机械唯物主义 : linjunhalida <linjunhalida@xxxxxxxxx>

pygame depend on SDL, so image is SDL image.
I'm using ubuntu, mine is: libsdl-image1.2-dev


On Wed, Apr 21, 2010 at 2:09 PM, Ian Goodfellow <goodfellow.ian@xxxxxxxxx> wrote:
I'm trying to install pygame on CentOS, and since there are no packages for CentOS/Red Hat as far as I can tell, I'm building from source.
Here's the list of missing dependencies I get:
SDL     : found 1.2.10
FONT    : not found
IMAGE   : not found
MIXER   : not found
SMPEG   : not found
PNG     : found
JPEG    : found
SCRAP   : found
PORTMIDI: not found
PORTTIME: not found

This is a little cryptic. Does anyone know where I can get names of actual libraries to install? For example, what is IMAGE? Is it pyimage? I tried installing pyimage and re-running the install script but IMAGE still shows up as not found.
Thanks in advance,
Ian