Skip to content

Instantly share code, notes, and snippets.

@ibizaman
Created April 7, 2014 08:31
Show Gist options
  • Select an option

  • Save ibizaman/10016683 to your computer and use it in GitHub Desktop.

Select an option

Save ibizaman/10016683 to your computer and use it in GitHub Desktop.
>>> import baron
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/users/ppx/python/baron-master/baron3/baron.py", line 10, in <module>
from grammator import generate_parse
File "/users/ppx/python/baron-master/baron3/grammator.py", line 2, in <module>
from parser import BaronParserGenerator
File "/users/ppx/python/baron-master/baron3/parser.py", line 4, in <module>
import tempfile
File "/celestite/projects/cso-cpcc/Python/lib/python3.3/tempfile.py", line 30, in <module>
import warnings as _warnings
File "/celestite/projects/cso-cpcc/Python/lib/python3.3/warnings.py", line 6, in <module>
import linecache
File "/celestite/projects/cso-cpcc/Python/lib/python3.3/linecache.py", line 10, in <module>
import tokenize
File "/celestite/projects/cso-cpcc/Python/lib/python3.3/tokenize.py", line 37, in <module>
__all__ = token.__all__ + ["COMMENT", "tokenize", "detect_encoding",
AttributeError: 'module' object has no attribute '__all__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment