Hmmm, where is the problem?
I see the menu, but the race don't start...
python pyRacerz.py --resolution 640x480 --nosound
open /dev/sequencer: No such file or directory
Traceback (most recent call last):
File "pyRacerz.py", line 276, in ?
if __name__ == '__main__': main()
File "pyRacerz.py", line 210, in main
thePlayer = menu4.getInput()
File "modules/menu.py", line 549, in getInput
return player.HumanPlayer(self.pseudo,
int(self.listAvailableCarNames[self.carColor-1].replace("car",
"")), self.level, self.keyAccel, self.keyBrake,
self.keyLeft, self.keyRight)
File "modules/player.py", line 74, in __init__
Player.__init__(self, name, carColor, level)
File "modules/player.py", line 33, in __init__
self.car = car.Car(carColor, level)
File "modules/car.py", line 84, in __init__
carRotShade = carRot.copy()
AttributeError: copy
Debian Sarge
Logged In: NO
the same problema with pyRacerz 0.2 and (k)ubuntu 5.04/5.10
Logged In: YES
user_id=1337395
Hi,
Sorry for the late answer, I'm very busy...
The first error:
open /dev/sequencer: No such file or directory
is in fact not blocking, it's just a Warning I think, you
should be able to play pyRacerz with that.
The second error:
...
carRotShade = carRot.copy()
AttributeError: copy
is in fact a real error and comes from your pygame version.
Please upgrade it to the 1.7 version, it should resolve the
problem...
Bye,
Jujucece
Logged In: YES
user_id=892758
i don't if it's the same problem, but ...
i decided to create a /dev/sequencer so i recompiled the
kernel with alsa support for sequencer, then
/dev/MAKEDEV audio
and now i have a /dev/sequencer
but pygame doesn't start
Traceback (most recent call last):
File "./pyRacerz-0.2/pyRacerz.py", line 29, in ?
import misc
ImportError: No module named misc
Logged In: YES
user_id=892758
forgive me, it was my fault
Traceback (most recent call last):
File "./pyRacerz-0.2/pyRacerz.py", line 29, in ?
import misc
ImportError: No module named misc
has no sense
but i have a sequencer :p