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

"input" ImportError when running game #1

Closed
antony-s opened this issue Aug 9, 2012 · 2 comments
Closed

"input" ImportError when running game #1

antony-s opened this issue Aug 9, 2012 · 2 comments

Comments

@antony-s
Copy link

antony-s commented Aug 9, 2012

Traceback (most recent call last):
  File "./run_game.py", line 3, in <module>
    sources.game.game()
  File "/home/antony/games/MICshooter/sources/game.py", line 18, in game
    import input
ImportError: No module named input

Using python 2.6.5 and pygame 1.9.1release on Ubuntu 10.04.4 LTS

@mthenault
Copy link
Owner

thanks for the feedback ! I'm checking what is wrong with that right now.

@mthenault
Copy link
Owner

ok fixed, i dumbly forgot to add the input.py file to git :)

@mthenault mthenault reopened this Aug 9, 2012
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

2 participants