Giter VIP home page Giter VIP logo

Comments (2)

moses-palmer avatar moses-palmer commented on July 20, 2024

Hi Zirou,

Is the file from which you run your programme named pynput.py? In that case
Python may have difficulties finding the actual pynput package.

Try renaming your main file to something else, like pynput-test.py. if that
doesn't help, please verify that pynput has been successfully installed.

On 18 Sep 2016 03:49, "Zirou" [email protected] wrote:

hi guy i'm issue to import lib pynput in my linux, my issue pass to use
basic code our site.

from pynput.keyboard import Key, Listener

def on_press(key):
print('{0} pressed'.format(key))

def on_release(key):
print('{0} release'.format(key))
if key == Key.esc:
# Stop listener
return False

Collect events until released

with Listener(on_press=on_press, on_release=on_release) as listener:
listener.join()

The problem is:

/usr/bin/python3.5 /home/zirou/hk/programacao/python/python_3.5/mouseclick/pynput.py
Traceback (most recent call last):
File "/home/zirou/hk/programacao/python/python_3.5/mouseclick/pynput.py", line 1, in
from pynput.keyboard import Key, Listener
File "/home/zirou/hk/programacao/python/python_3.5/mouseclick/pynput.py", line 1, in
from pynput.keyboard import Key, Listener
ImportError: No module named 'pynput.keyboard'; 'pynput' is not a package

If you can help me I will be grateful, thank you
sorry my english.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjOY6rl2eHT_8gnKR7ZExFZDvJaL6Ebks5qrJirgaJpZM4J_xNZ
.

from pynput.

zirou30 avatar zirou30 commented on July 20, 2024

hi moses-palmer,
Thank you very much my problema was with you informed, "Is the file from which you run your programme named pynput.py? In that case
Python may have difficulties finding the actual pynput package."

I rename the file the is problem go solved. Thank you.

from pynput.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.