You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are using your package and for some reason it failed to work with raising the error listed bellow - care to assist?
ImportError while importing test module 'C:\automation_framework\new\playgr
Hint: make sure your test modules/packages have valid Python names.
Traceback:
playground\dina\test_ui1.py:1: in
from core_framework.selenium_interface import SeleniumInterface
core_framework\selenium_interface.py:7: in
from utilities.keyboard_util import KeyBoardUtil, k
utilities\keyboard_util.py:1: in
from pykeyboard import PyKeyboard
C:\Python27\lib\site-packages\pykeyboard_init_.py:34: in
from .windows import PyKeyboard, PyKeyboardEvent
C:\Python27\lib\site-packages\pykeyboard\windows.py:17: in
import win32api
E ImportError: DLL load failed: The specified module could not be found.
The text was updated successfully, but these errors were encountered:
Hi,
We are using your package and for some reason it failed to work with raising the error listed bellow - care to assist?
ImportError while importing test module 'C:\automation_framework\new\playgr
Hint: make sure your test modules/packages have valid Python names.
Traceback:
playground\dina\test_ui1.py:1: in
from core_framework.selenium_interface import SeleniumInterface
core_framework\selenium_interface.py:7: in
from utilities.keyboard_util import KeyBoardUtil, k
utilities\keyboard_util.py:1: in
from pykeyboard import PyKeyboard
C:\Python27\lib\site-packages\pykeyboard_init_.py:34: in
from .windows import PyKeyboard, PyKeyboardEvent
C:\Python27\lib\site-packages\pykeyboard\windows.py:17: in
import win32api
E ImportError: DLL load failed: The specified module could not be found.
The text was updated successfully, but these errors were encountered: