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
~196 People Reached
Favorite Forums
Favorite Tags
Member Avatar for hazyvisions

I can't get images to load.. I always get an error here's my code so far: #pong import os, sys import pygame from pygame.locals import * if not pygame.font: print "Warning, fonts disabled" #-------------------------------------------------------- def load_image(name, colorkey=None): fullname = os.path.join('data', name) try: image = pygame.image.load(fullname) except pygame.error, message: print 'Cannot …

Member Avatar for wanna_develop
0
165
Member Avatar for hazyvisions

I'm using python 2.6 64-bit and py2exe 64bit I want to make my program runnable for people who have 32-bit windows. Any help? Do I have to install and use python 32-bit version or is there a workaround?

Member Avatar for leegeorg07
0
31