well right now ive been having a problem with pygame source files.
i tried downloading some games off of pygame.org to see what the games r like that i could possibly make and i cant get them to run. i keep getting this error from all the games i try.
Code:
Traceback (most recent call last):
File "I:\Python25\run_game.py", line 1, in <module>
import lib
File "I:\Python25\lib\__init__.py", line 8, in <module>
import factories
ImportError: No module named factories
i have everything in lib, i tried in cmd, pygame is installed right and i have the right versions of python and pygame. i put in print pygame.ver and get the version number back so it has to be installed right. i dont know waht else to try =/