-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Deprecate" Error prompts while importing #127
Comments
Thanks for the issue, I've been meaning to get around to this. |
I fixed the problem by:
|
Great! Want to submit a pull request with your fix? If not, I'll get around to it soon. |
Hmm. The |
I am still observing this issue with Lackey version 0.7.3. Is this fix in the release? C:\dev\QA\trunk\esign_separated_tests\venv\lib\site-packages\lackey\InputEmulation.py:8: DeprecationWarning: The mouse sub-library is deprecated and will be removed in future versions. Please use the standalone package mouse. |
Still an issue; I wasn't able to migrate to the I don't currently have time to continue development & support of this library, but if you'd like to work on a fix, I'm happy to review and integrate PRs! |
Thanks for the reply. Your library has been super helpful for me. It's
great being able to run my scripts fully in Python including being able to
debug them. Before this, I would have python open a new child process to
run the script and receive the exit code and continue from there. This now
is much better. Plus, I was having issues getting it to work correctly in
my Windows 10 environment. With your library I don't have any of those
problems. I will look later and see if your source code is available. I
don't think I'll be able to I fix it in a way that it worksfor the Mac OS
but I may save the source code so I can include it for my projects in the
future with the fix for this issue because I'm not concerned with the Mac
environment.
…On Thursday, December 19, 2019, Jon Winsley ***@***.***> wrote:
Still an issue; I wasn't able to migrate to the mouse library directly
due to lack of OS X support, and I never got the time to implement it.
However, the message should be a harmless warning.
I don't currently have time to continue development & support of this
library, but if you'd like to work on a fix, I'm happy to review and
integrate PRs!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#127?email_source=notifications&email_token=AC5XUMBLMMY6NMYQDUES2WTQZNLWZA5CNFSM4FKCENB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHJKLYY#issuecomment-567453155>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5XUMCVNUXMHYFUSP53XXDQZNLWZANCNFSM4FKCENBQ>
.
|
There is an issue open on the |
The following message prompts while importing lackey package,
The text was updated successfully, but these errors were encountered: