moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.79k stars 248 forks source link

ImportError: No module named 'six.moves' #362

Closed H1N1-dev closed 2 years ago

H1N1-dev commented 3 years ago

File "..../Python/lib/pynput/ util/ init_.py", line 36, in ImportError: No module named 'six.moves'

I dont know to fix it. I install six library, but this module search six.moves... P.S: Python version - 3.4.3

moses-palmer commented 3 years ago

Thank you for your report.

How did you install pynput? six is listed as a dependency, so it should be automatically installed when you install this package.

An internet search for your error–ImportError: No module named 'six.moves'–yield some hits suggesting to reinstall six, but not definitive answers as to why the error occurs.

H1N1-dev commented 3 years ago

I reinstalling six many times, no result. I install library from downloading this, and put files to libraries. Six was installed in the same way.

moses-palmer commented 2 years ago

Since this is not an issue with pynput, I will close. If you think otherwise, please reopen.