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

GUI Error - ImportError: No module named combo #263

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello . I updated the YouTubeDL from Webupd8 PPA and i tried to open the GUI Version but no response then i used the terminal to run it with this command : youtube-dl-gui after writing the command i hit Enter i got this python error :

Traceback (most recent call last): File "/usr/bin/youtube-dl-gui", line 35, in import youtube_dl_gui File "/usr/lib/python2.7/dist-packages/youtube_dl_gui/init.py", line 76, in from .mainframe import MainFrame File "/usr/lib/python2.7/dist-packages/youtube_dl_gui/mainframe.py", line 19, in from .optionsframe import ( File "/usr/lib/python2.7/dist-packages/youtube_dl_gui/optionsframe.py", line 12, in import wx.combo ImportError: No module named combo

how can i fix it ? .

Linux Mint 18.3 python-wxgtk3.0 is already the newest version (3.0.2.0+dfsg-1build1). the combo file path : /usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/combo.py

@MrS0m30n3 i think this is large enough.

MrS0m30n3 commented 6 years ago
  1. Open a python interpreter
  2. Type import wx
  3. wx.version()
  4. import wx.combo

If step 3 does not report version 3.0.2.0 uninstall linux and use windows from now on.

Note

Your issue is still invalid (for many reasons) i just made an attempt here to help you.

ghost commented 6 years ago

@MrS0m30n3 It didn't help sorry for bothering you all i did is reinstall the YouTubeDL GUI Package and the requirements and now every things work,.

Thank you for your time and the attempt to help me.

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

@MrS0m30n3 I get '4.0.1 osx-cocoa (phoenix)'.

MrS0m30n3 commented 6 years ago

@NightMachinary Windows is for you then!

NightMachinery commented 6 years ago

@MrS0m30n3 Fuck off. You’re yet another ape suffering from the knowledge curse, and your software documentation sucks ass. I would have put a link to “How to migrate to an African Savanna” here, if I wasn’t sure you wouldn’t even survive there.

MrS0m30n3 commented 6 years ago

Fuck off. You’re yet another ape suffering from the knowledge curse

Thank you so much for your kind words!

and your software documentation sucks ass

Yes, it does! Please, help as improve it!

I would have put a link to “How to migrate to an African Savanna”

African Savanna is a nice place!!! :heart:

MrS0m30n3 commented 6 years ago

Jokes aside, for any serious person that reads this.

Under the Requirements section in the README.md file (and in many more places), it clearly states that you need wxPython 3<--, not 1, not 2, not 4, but 3. It's as simple as that.

At the end of the day i can't help you if you don't even know what software you have installed on your computer.

Sorry!

NightMachinery commented 6 years ago

Fair enough 💖☘️

On Sun, Jul 22, 2018 at 8:36 PM MrS0m30n3 notifications@github.com wrote:

Jokes aside, for any serious person that reads this.

Under the Requirements section in the README.md file (and in many more places), it clearly states that you need wxPython 3<--, not 1, not 2, not 4, but 3. It's as simple as that.

At the end of the day i can't help you if you don't even know what software you have installed on your computer.

Sorry!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MrS0m30n3/youtube-dl-gui/issues/263#issuecomment-406877929, or mute the thread https://github.com/notifications/unsubscribe-auth/Aii--ozUOJSEilabbliVDufAFyue9KfKks5uJKMZgaJpZM4RdN07 .

tjkluska commented 6 years ago

Thanks for, I had the same problem. :))

tjkluska commented 6 years ago

Besides, very useful piece of software. Thanks MrS0m30n3 !

zhuyinheng commented 4 years ago

try conda install wxpython=3.0 instead