Thread: python games
View Single Post
Old 12-22-2010, 03:09 AM   PM User | #3
metathirteen
New Coder

 
Join Date: Jan 2010
Posts: 76
Thanks: 3
Thanked 0 Times in 0 Posts
metathirteen is an unknown quantity at this point
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 =/
metathirteen is offline   Reply With Quote