MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.27k stars 1.58k forks source link

Install error wx.combo #267

Closed jkohlin closed 6 years ago

jkohlin commented 6 years ago

Please follow the guide below

WARNING

All invalid issues will be rejected!!


Before going further


What is the purpose of your issue?

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:

  1. 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?

ghost commented 6 years ago

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 :(

ghost commented 6 years ago

Same problem too, I have to build from the source code eventually. Here is my actions and hope this could help.

MrS0m30n3 commented 6 years ago

Seems the same issue with https://github.com/MrS0m30n3/youtube-dl-gui/issues/263.

bennyhuo commented 6 years ago

@AbercrombieChang You are great!

ajsnyde commented 6 years ago

I resolved this by installing wx through sourceforge - it seems that the pre-4.0 versions aren't listed on the main page or the dependency installer within pycharm. https://sourceforge.net/projects/wxpython/files/wxPython/

NightMachinery commented 6 years ago

@ajsnyde How do you install that package? On mac, it needs MacPython and doesn't install on my Conda Python 2. :\

WeirdSeven commented 6 years ago

@AbercrombieChang Thanks for the solution! Actually, it looks like you can install youtube-dlg via simply pip after linking wx and adding PATH. Dopip2 install youtube-dlg.