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 required on Windows #9

Closed
KoesterD opened this issue Oct 17, 2015 · 2 comments
Closed

Colorama required on Windows #9

KoesterD opened this issue Oct 17, 2015 · 2 comments

Comments

@KoesterD
Copy link

Great tool :)

I'm using Windows 8.1 and downloaded Python 3.5.0 from https://www.python.org/downloads/windows/.
After installing pinggraph and statistics from pip3, I still got the following error:

λ gping 8.8.8.8
Traceback (most recent call last):
  File "c:\users\dennis_lpt\appdata\local\programs\python\python35\lib\runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\users\dennis_lpt\appdata\local\programs\python\python35\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\dennis_lpt\AppData\Local\Programs\Python\Python35\Scripts\gping.exe\__main__.py", line 5, in <module>
  File "c:\users\dennis_lpt\appdata\local\programs\python\python35\lib\site-packages\gping\pinger.py", line 10, in <module>
    from colorama import Fore, init
ImportError: No module named 'colorama'

After installing colorama via pip3, everything works.

Maybe you could add this to the readme?

@jasonsperske
Copy link

I'm experiencing this same issue on OSX 10.10, after installing colorama I run into the #2 bug

@KoesterD
Copy link
Author

Same issue as #5

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

No branches or pull requests

2 participants