Skip to content
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

Colorama not being pulled in by easy_install #1

Closed
JamesHarrison opened this issue Oct 25, 2012 · 1 comment
Closed

Colorama not being pulled in by easy_install #1

JamesHarrison opened this issue Oct 25, 2012 · 1 comment
Assignees

Comments

@JamesHarrison
Copy link
Owner

After a basic install with easy_install:

pi@raspberrypi ~ $ openob
    Traceback (most recent call last):
      File "/usr/local/bin/openob", line 5, in <module>
        pkg_resources.run_script('OpenOB==2.3', 'openob')
      File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in run_script
        self.require(requires)[0].run_script(script_name, ns)
      File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1235, in run_script
        execfile(script_filename, namespace, namespace)
      File "/usr/local/lib/python2.7/dist-packages/OpenOB-2.3-py2.7.egg/EGG-INFO/scripts/openob", line 7, in <module>
        from openob.manager import Manager
      File "/usr/local/lib/python2.7/dist-packages/OpenOB-2.3-py2.7.egg/openob/manager.py", line 3, in <module>
        from openob.rtp.tx import RTPTransmitter
      File "/usr/local/lib/python2.7/dist-packages/OpenOB-2.3-py2.7.egg/openob/rtp/tx.py", line 7, in <module>
        from colorama import Fore, Back, Style
    ImportError: No module named colorama
@m4mad
Copy link

m4mad commented Sep 4, 2017

:/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants