Install error wx.combo
See original GitHub issuePlease follow the guide below
- You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
- Put an
x
into all the boxes [ ] relevant to your issue (like that [x]) - Use Preview tab to see how your issue will actually look like
WARNING
All invalid issues will be rejected!!
Before going further
-
If your problem is a bug with youtube-dl or a request for new site support please report it here
-
Make sure you are using the latest youtube-dl-gui version (Click the
Settings
icon and thenAbout
to view the current version) -
Make sure you are using the latest youtube-dl version (Click the
Settings
icon and thenUpdate
to update to the latest youtube-dl version) -
Make sure you searched the bugtracker for similar issues including closed ones
-
Make sure to read the FAQs file
- I think my problem is NOT with youtube-dl
- I’ve verified and i assure that I’m running youtube-dl-gui 0.4
- I assure that i am using the latest version of youtube-dl
- Searched bugtracker
- I’ve read the FAQs file
What is the purpose of your issue?
- Bug report
- Feature request (request for a new functionality)
- Question
- Other
Please remove any sections between (—) if they are not related to your issue
What operating system do you use ?
macos
List of actions to perform to reproduce the problem:
- pip install youtube-dlg
What is the expected behaviour ?
Install wo problem
What happens instead ?
following error: import wx.combo ImportError: No module named combo
----------------------------------------
Command “python setup.py egg_info” failed with error code 1 in /private/tmp/pip-build-SIHT_O/youtube-dlg/
Unable to install the application. I installed all the required software before, but get this message. I guess wx wasn’t installed correctly, but don’t know how/why?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (1 by maintainers)
Top GitHub Comments
Same error here, No module named combo. Also I’m stupid and don’t know if I’m supposed to link gettext or whatever that means 😦
Same problem too, I have to build from the source code eventually. Here is my actions and hope this could help.