Created
April 7, 2014 08:31
-
-
Save ibizaman/10016683 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
| >>> 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