Skip to content

Releases: Tungsteno74/pyWinhook

pyWinhook

17 Jan 19:55
631e7b0
Compare
Choose a tag to compare
  • Fixed AttributeError: 'HookManager' object has no attribute 'keyboard_hook'

pyWinhook

11 Feb 18:27
49b2917
Compare
Choose a tag to compare
  • add setup() install_requires for pywin32 on pypi
  • Remove 'classifiers type' warning when build the package, by adding a list before the result of 'filter' function.
  • Fix a 'missing file' error by force copying of cpyHook.py, that was raised when you trying to build from a compressed or "clean" package with pip, because the cpyHook.py file was not copied automatically from source to destination folder.
  • fix unicode error issue that afflicts Python 3.x only.
  • fix issue generated by previous fix that afflicts Python 2.x only.

pyWinhook

24 Jan 03:00
3374ad8
Compare
Choose a tag to compare
  • Add Python 3 support

pyWinhook

19 Mar 20:17
Compare
Choose a tag to compare
  • Change the package name from pyHook to pyWinhook.
  • Update setup.py distutils import to setuptools, since this fix the compiling step with latest versions of visual studio compilers.
  • Change the package files/folders arrangment to as expected in the python default one.