[visionegg] Re: pygame errors: FONT : not found
- From: "Kevin J. MacKenzie" <kjmacken@xxxxxxxxx>
- To: "visionegg@xxxxxxxxxxxxx" <visionegg@xxxxxxxxxxxxx>
- Date: Thu, 23 Jun 2005 13:30:37 -0400
I am not an expert at compiling pygame, and I'm wondering if a more
python-developer style group would help.
The comp.lang.python group (which can accessed through google groups or
usenet) may prove useful for this. That list has a large number of python
users and developers on it and the replies are generally quick.
Also, you can access live support through IRC:
Server: irc.freenode.nete
Port: 6667 (default)
Channel: #pygame
Link: irc://irc.freenode.net/pygame
Or, the pygame mailing list archives/posting may help.
Pygame-users@xxxxxxxx
Cheers,
Kevin
On 6/22/05 7:03 PM, "Joongnam Yang" <yangjo@xxxxxxxxxxx> wrote:
> Hi all,
>
> I am trying to compile pygame.
> I have errors when I ran "python config.py" for pygame, which is
>
> Hunting dependencies...
> sh: line 1: smpeg-config: command not found
> WARNING: "smpeg-config" failed!
> SDL : found 1.2.5
> FONT : not found
> IMAGE : found
> MIXER : found
> SMPEG : not found
> NUMERIC : found 24.0b2
>
> The trouble is "FONT". I already installed SDL_ttf-2.0.7, but
> pygame installation still complains about "FONT".
> Would some one lead me on this?
>
> If this listing is not appropriate for this question, would someone direct
> me to some other listings?
>
> Thanks.
> Nam.
>
>
>>>> astraw@xxxxxxxxxxx 05/06/21 오후 10:10 >>>
> It looks like you need to reconfigure pygame. I believe you must run
> "python config.py" to do this. Do it before running "python setup.py
> build" again. Also, unless you want to play mpeg movies, you don't need
> smpeg, so I wouldn't worry about that. SDL_ttf is the FONT dependency
> referred to. Good luck, and let us know if you have any more issues.
>
> Cheers!
> Andrew
>
> Joongnam Yang wrote:
>> Thanks jds,
>>
>> I installed SDL_ttf, successfully, but when I tried to rebuild pygame,
>> I found failing dependences like the following,
>>
>> Hunting dependencies...
>> sh: line 1: smpeg-config: command not found
>> WARNING: "smpeg-config" failed!
>> SDL : found 1.2.5
>> FONT : not found
>> IMAGE : found
>> MIXER : found
>> SMPEG : not found
>> NUMERIC : found 24.0b2
>>
>> So, "FONT" and "SMPEG" need to be installed.
>> Would you please let me know how to get the two?
>>
>> Nam.
>>
>>
>>
>>
>>>>> swisher@xxxxxxxxxxx 05/06/20 ** 5:24 >>>
>>
>>
>> I'd guess the problem is that SDL_ttf is not installed. It's available
>> here:
>>
>> http://www.libsdl.org/projects/SDL_ttf/
>>
>> You may have to rebuild pygame afterwards.
>>
>> -- jds
>>
>> On Mon, 20 Jun 2005, Joongnam Yang wrote:
>>
>>
>>> Hi all,
>>>
>>> I am posting this message again, since there is
>>> no further help.
>>>
>>> I rann demo, but the following three demos
>>>
>>> "gamma.py"
>>> "gratings_multi.py"
>>> "mouse_gabor_perspective.py",
>>>
>>> gave me the following error message.
>>>
>>> RuntimeError: no pygame font module.
>>>
>>> I would appreciate any response.
>>> (FYI, I did the "check-config.py" shown below).
>>>
>>> Nam.
>>
>>
>> ======================================
>> The Vision Egg mailing list
>> Archives: http://www.freelists.org/archives/visionegg
>> Website: http://www.visionegg.org/mailinglist.html
>>
>> ======================================
>> The Vision Egg mailing list
>> Archives: http://www.freelists.org/archives/visionegg
>> Website: http://www.visionegg.org/mailinglist.html
>>
>
=====================================The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- References:
- [visionegg] pygame errors: FONT : not found
- From: Joongnam Yang
Other related posts:
- » [visionegg] pygame errors: FONT : not found
- » [visionegg] Re: pygame errors: FONT : not found
- » [visionegg] Re: pygame errors: FONT : not found
- » [visionegg] Re: pygame errors: FONT : not found
- » [visionegg] Re: pygame errors: FONT : not found
- [visionegg] pygame errors: FONT : not found
- From: Joongnam Yang