question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install error wx.combo

See original GitHub issue

Please 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 then About to view the current version)

  • Make sure you are using the latest youtube-dl version (Click the Settings icon and then Update 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:

  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?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
ghostcommented, Jan 28, 2018

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 😦

2reactions
ghostcommented, Feb 4, 2018

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

  • Install dependencies
$ brew install python2
$ brew install wxpython
$ brew install gettext
$ pip2 install twodict
  • Link wx to site-packages of python installed by homebrew. I get “No module named wx” error without this step.
$ cd /usr/local/opt/python2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
$ ln -s /usr/local/opt/wxpython/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx wx
  • Add path of msgfmt to PATH temporarily.
$ export PATH=/usr/local/opt/gettext/bin:$PATH
  • Install youtube-dl-gui whose source code is in Downloads folder
$ cd ~/Downloads/youtube-dl-gui-0.4
$ python2 setup.py install
  • Run youtube-dl-gui
$ youtube-dl-gui
Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named combo (from import wx.combo) - pyspread
It seems that I don't have the wx.combo module installed. I have tried reinstalling wxPython and nothing has changed.
Read more >
Short Problem with #include <wx/combobox.h>
I have following Problem I will try to solve: I need a Function who automatically add some Strings/Points-of-Choices to a ComboBox.
Read more >
SetSelection() on wx.ComboBox - Google Groups
I believed whether to return to this state I was able to set the current selection to -1 using SetSelection(). the combo is...
Read more >
Can't import wx even after installing python-wxgtk2.8
It said that it had installed ok, but when I go into python, both 2.7 and 3.0, and I import the library (...
Read more >
fsleyes importerror wx.combo - JISCMail - FSL Archives
I installed FSL 5.0.10 on Ubuntu 16.04. But I cannot load fsleyes, it shows the error "ImportError: No module named 'wx.combo'". I have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found