SavinaRoja / PyUserInput

A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
GNU General Public License v3.0
1.07k stars 244 forks source link

RuntimeError: 'path' must be None or a list, not <class '_frozen_importlib_external._NamespacePath'> #112

Open guduxingzou opened 6 years ago

guduxingzou commented 6 years ago

from pymouse import PyMouse

win10 py3.6

ths!!!