Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~426 People Reached
Favorite Forums
Favorite Tags
Member Avatar for wolih

Hi. I have the terrible problem that I never finish my projects because i get bored or distracted with other stuff. So, I wanted to make something really easy: text-game. Its about greek warriors in the olympics, so I need to assign a large number of attributes to each warrior. …

Member Avatar for tomtetlaw
0
99
Member Avatar for wolih

Em.. the problem is quite simple. This is the error output on when I try to build this. [CODE] error: no matching function for call to ‘Console::action_new(const char [5], const char [23], <unresolved overloaded function type>)’ [/CODE] This is the source... [CODE] /* Author: Wolter Hellmund Email: whellmundv@gmail.com --------------------------------------- This …

Member Avatar for wolih
0
137
Member Avatar for wolih

Hi. I'm thinking about making a "gauge" to place in front of the taskbar (on windows) that measures RAM memory. How can I do that with python? It would be like some kind of "widget" but VERY small. about 44x32 pixels. I don't want no titlebars nor anything. Just like …

0
60
Member Avatar for wolih

Hi. I'm new user in ubuntu and I like very much the glade interface designer. I designed my first app and tryed to run it from python with this script: [CODE] #!/usr/bin/env python import sys import pygtk import gtk import gtk.glade class MainWindow: """ This is the main window """ …

Member Avatar for wolih
0
130