-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit fix for issue #122 in oleksis/youtube-dl-gui #123
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
Conversation
"Paste In URL Field Not Working" Related to Mac and Probably Linux Fix logic for testing status of the clipboard, and implement fix for UNICODE per wxWidgets/Phoenix#2042
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.01%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
@gitgeoff Can test the new changes for macOS. If work as expected we can merge |
@oleksis I have pulled your revision to my local copy but can't figure out how to test the local version on Mac. Do I go into youtube-dl-gui and run setup.sh? The build from source instructions in Readme.md feel disconnected from what I see locally. |
Specifically, I tried following the Install from Source instructions. Ran through getting the venv setup, then running
|
Looks like the requirements.in method of including attrdict3 is not working. There is a comment in that file about a "fix" being added to include it. I tried running
|
When you active the virtual environment source venv/bin/activate After you need to install
This is know issue for the last version wxPython 4.2.0 Install the requeriments
Make sure install the requirements for compile wxPython with the version of Python you are using on macOS. Then install
|
Running |
That is running in the venv. |
Give a try to
|
@gitgeoff Thanks for the contribution. Tested in the VM: macOS Ventura, Python 3.10.10, wxPython 4.2 . Give a try! |
"Paste In URL Field Not Working" on Mac and Probably Linux
Fix logic for testing status of the clipboard, and implement fix for UNICODE per wxWidgets/Phoenix#2042