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

No module named keycode #3

Open
trzz06 opened this issue Jan 3, 2017 · 2 comments
Open

No module named keycode #3

trzz06 opened this issue Jan 3, 2017 · 2 comments

Comments

@trzz06
Copy link

trzz06 commented Jan 3, 2017

Hi @CounterfeitLlama,

OSX 10.11.6

When i'm trying to launch the command :

# python2.6 --version
Python 2.6.9

# I already did : pip install -U pyobjc

# python2.6 Keylogger2.py
Traceback (most recent call last):
  File "Keylogger2.py", line 24, in <module>
    import keycode
ImportError: No module named keycode

May you have you an idea ?

Thanks !

@CounterfeitLlama
Copy link
Owner

Hey @trzz06,

First off do you have Xcode downloaded, with the command line tools installed? If not, please download Apple's Xcode developer tool. Next open the Terminal app and run xcode-select --install. In order for pyobjc to install correctly, these must be on your computer.

Additionally, this link might help. I used this when figuring out how to create the project in the first place.

Hope this helps!

@DoomTaper
Copy link

@trzz06 works for me! :)

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