Any problems with Vandal Parts?
Cause we got 36% DNW last time, just want to know in advance here.(log in to comment)
Comments
File "C:\...\VandalParts-v1.0\lib\levels.py", line 3, in import blocks,resource ImportError: No module named resourceon WinXP, Python 2.5, PyGame 1.7.1, PyOpenGL 3.0.0a6.
import map ImportError: Bad magic number in /home/serval/VandalParts-v1.0/lib/map.pycAnd I only have a map.pyc, so I can't look into the map.py source..
Besides - they aren't source...
pyc's only work for the specific version of python they are generated with.
@ServalKatze : there is no way you should not have map.py, but erm, I see what we did wrong there. Does map.py~ work if you rename it to map.py?
We've really made an arse of it this time. [hangs head in shame]
Sounds like we are doing something when picking with the mouse that somehow fails for your version of PyGame.
Oh well, give us a DNW, and whatever charity points you can spare for what little of the game works for you.
HanClinto on 2008/04/09 02:14:
Running with Python2.4 on Intel Mac OSX 10.4:Traceback (most recent call last): File "run_game.py", line 18, in ?
import main
File "/Users/clint/Desktop/pyweek6-games_04-07-2008/VandalParts-v1.0/lib/main.py", line 8, in ?
import game
File "/Users/clint/Desktop/pyweek6-games_04-07-2008/VandalParts-v1.0/lib/game.py", line 9, in ?
import gui
File "/Users/clint/Desktop/pyweek6-games_04-07-2008/VandalParts-v1.0/lib/gui.py", line 7, in ?
from tdgl import lighting,objpart,part,texturefont,texture
File "/Users/clint/Desktop/pyweek6-games_04-07-2008/VandalParts-v1.0/lib/tdgl.zip/tdgl/objpart.py", line 12, in ?
File "/Users/clint/Desktop/pyweek6-games_04-07-2008/VandalParts-v1.0/lib/tdgl.zip/tdgl/texture.py", line 16, in ?
ImportError: cannot import name GLUError
Any clues?