Created
October 28, 2013 21:12
-
-
Save starlays/7204796 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pygmentize | |
Traceback (most recent call last): | |
File "/usr/bin/pygmentize", line 9, in <module> | |
load_entry_point('Pygments==1.6', 'console_scripts', 'pygmentize')() | |
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 357, in load_entry_point | |
return get_distribution(dist).load_entry_point(group, name) | |
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2394, in load_entry_point | |
return ep.load() | |
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2108, in load | |
entry = __import__(self.module_name, globals(),globals(), ['__name__']) | |
File "/usr/lib/python3.3/site-packages/pygments/cmdline.py", line 133 | |
print("%s not found!" % what, file=sys.stderr) | |
^ | |
SyntaxError: invalid syntax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment