Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Error Can't Open The Game #4

Open
ditokp opened this issue Jun 30, 2018 · 2 comments
Open

[Bug] Error Can't Open The Game #4

ditokp opened this issue Jun 30, 2018 · 2 comments

Comments

@ditokp
Copy link

ditokp commented Jun 30, 2018

Hello @buntine , A few minute ago I download this game, but I can't open it. I have python 2.7 installed and python-game.

Error Message:

Traceback (most recent call last):
File "swervin_mervin/main.py", line 6, in
import game as g
File "/home/dito/Documents/games/Linux Games/Linux Games (Free Open-Source)/SwervinMervin-master/swervin_mervin/game.py", line 3, in
import player as p
File "/home/dito/Documents/games/Linux Games/Linux Games (Free Open-Source)/SwervinMervin-master/swervin_mervin/player.py", line 3, in
from enum import Enum
ImportError: No module named enum

My system specs:
OS: Ubuntu 16.04 LTS 64 Bit on Asus Laptop
Memory: 1,9 Gib
Processor: Intel® Core™ i3-2330M CPU @ 2.20GHz × 4
Graphics: Intel® Sandybridge Mobile

@Sarthak-22
Copy link

Type this command in your Linux terminal
sudo apt-get install python-enum34

@magembesolomon
Copy link

Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "swervin_mervin/main.py", line 21, in
game = g.Game(window, fps_clock)
File "/home/arch/python/SwervinMervin-master/swervin_mervin/game.py", line 24, in init
self.high_scores = hs.HighScores()
File "/home/arch/python/SwervinMervin-master/swervin_mervin/high_scores.py", line 9, in init
self.__sort()
File "/home/arch/python/SwervinMervin-master/swervin_mervin/high_scores.py", line 33, in __sort
self.high_scores.sort(key=lambda hs: hs[1])
AttributeError: 'map' object has no attribute 'sort'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants