Pages

Monday, June 24, 2013

The font python module from pygame is missing .

Today I try to see some old python source code.

I got this error and seam many python users have same error.

NotImplementedError: font module not available
(ImportError: No module named font)

It's the last release of pygame.

When I try to config the pygame I got this

pygame-1.9.1release]$ python2.7 config.py
Using UNIX configuration...


Backup existing "Setup" file [Y/n]:

Hunting dependencies...
sh: smpeg-config: command not found
WARNING: "smpeg-config" failed!
SDL     : found 1.2.13
FONT    : not found
IMAGE   : found
MIXER   : not found
SMPEG   : not found
PNG     : found
JPEG    : found
SCRAP   : found
PORTMIDI: not found
PORTTIME: not found


Warning, some of the pygame dependencies were not found. Pygame can still
compile and install, but games that depend on those missing dependencies
will not run. Would you like to continue the configuration? [Y/n]:

Not only FONT is not here. I will try to fix this issue.

Friday, June 21, 2013

News: Feedly Cloud and the new Feedly .

After Google Reader gone, I try to find another reader.
The best choice was Feedly.
The good news it's come now with a new feature Feedly Cloud, see:
June 19th - The Feedly Cloud is now available to everyone.
Learn more and make sure you are migrated
Already some applications were built on Feedly cloud ...
Feedly cloud is now live, providing a fast and scalable infrastructure to seamlessly replace Google Reader. Feedly cloud also comes with a completely stand-alone Web version of feedly, that works with all major browsers. Finally, we are please to announce the first nine applications built on feedly cloud, that allow you to expand your feedly experience.

Monday, June 17, 2013

News: Google map fail under Firefox 17.0

The new google map it's now online. Everyone knows this news.
The Google development team told us:
The new Google Maps is redrawn for every search and click you make...
Really !?
I have the last update of Firefox, see :

So firefox is not good for google map.

You can read more news and tutorials here.

Tuesday, June 4, 2013

Komodo 8.0.2 the best IDE .

Today I working with Komodo 8.0.2 .

The Komodo Edit it’s a very powerful free editor.

So if yo want to see more then read this.

Monday, June 3, 2013

How to export your project from Netbeans like RPM package.

I make another tutorial about Netbeans and RPM package.

If you want to see more read this.

I hope this help some people.

Monday, May 20, 2013

Send money with Gmail .

Google Wallet is now integrated into Gmail.

You can securely send money to friends and family in the U.S. using your Gmail inbox.

This is just for U.S. only.

Google introduce something like that to Gmail to push Google Wallet to a larger audience.

You can pay with your credit and debit cards for a low fee of 2.9% per transaction and receiving money is always free.

Friday, May 17, 2013

Working with GLFW library under Fedora.

This is another tutorial about OpenGL.

The main goal it's : using GLFW library.

It's very simple to use this library.

If you want to read more the go to this website.