Coder Social home page Coder Social logo

easy-getch's People

Contributors

cmccandless avatar

Stargazers

 avatar

Watchers

 avatar  avatar

easy-getch's Issues

termios.error

Running on pi zero, install no error. Python 3.7 i was working on a project get the same problem even if i run this:
"
from easy_getch import getch

ch = getch()
print(ch)

i get
traceback (most recent call last)
ch = getch()
"
return self.impl()

old_settings = termios.tcgetattr(fd0
termios.error: (25, 'inappropriate ioctl for device')

Doesn't work in Git Bash (Windows 7)

Windows 7 with Git installed. Git offers the 'Git Bash' command line. Running there a Python script with the line
ch = getch()

The script stops there but there is no way to continue. Keys pressed are echoed.

Install fails on Python 3.7.0 under Windows 10

C:\>pip install easy_getch
Collecting easy_getch
  Using cached https://files.pythonhosted.org/packages/aa/56/f5a994b5c0c326fef82101b39d5b4effe905b4200f6cf5b4edd329c7d82c/easy_getch-1.0.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Walter\AppData\Local\Temp\pip-install-6ex5pgms\easy-getch\setup.py", line 17, in <module>
        long_description += changelog() + '\n'
      File "C:\Users\Walter\AppData\Local\Temp\pip-install-6ex5pgms\easy-getch\setup.py", line 8, in changelog
        log =  subprocess.check_output('bin/changelog')
      File "c:\program files\python\3.7\lib\subprocess.py", line 376, in check_output
        **kwargs).stdout
      File "c:\program files\python\3.7\lib\subprocess.py", line 453, in run
        with Popen(*popenargs, **kwargs) as process:
      File "c:\program files\python\3.7\lib\subprocess.py", line 756, in __init__
        restore_signals, start_new_session)
      File "c:\program files\python\3.7\lib\subprocess.py", line 1155, in _execute_child
        startupinfo)
    FileNotFoundError: [WinError 2] The system cannot find the file specified

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.