amruthvvkp / flaui-uiautomation-wrapper

Tool to perform UI Automation on Windows desktop applications using an underlying Fla-UI wrapper.
GNU General Public License v3.0
6 stars 3 forks source link

Fix "ModuleNotFoundError: No module named 'config'" error. #59

Closed amruthvvkp closed 1 year ago

amruthvvkp commented 1 year ago

Fixes #58, Fixes #61, Fixes #63, Fixes #64

Type of Change

Pre-PR Checklist

Changes

Testing Instructions

Run the below code to setup Python.NET bridge successfully -

from flaui.lib.pythonnet_bridge import setup_pythonnet_bridge

setup_pythonnet_bridge()

Screenshots

image

Checklist

github-actions[bot] commented 1 year ago

Deployed to Test PyPI 🚀

The package version `0.0.8a23` has been published to Test PyPI. Please test and verify the package before publishing to PyPI - https://test.pypi.org/project/flaui-uiautomation-wrapper/0.0.8a23/

Pusher: @amruthvvkp, Action: pull_request, Workflow: PR Checks