Created
June 27, 2010 19:58
-
-
Save gabrielelanaro/455136 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
| ModuleSyntaxError: Syntax error in file <blogger_bridge.py> line <82>: | |
| Syntax errors in file blogger_bridge.py: | |
| * line 23: invalid syntax ... fixed | |
| * line 82: expected an indented block ... raised! | |
| Traceback (most recent call last): | |
| File "/home/eulero/workspace/emacs-for-python/rope-dist/ropemode/decorators.py", line 53, in newfunc | |
| return func(*args, **kwds) | |
| File "/home/eulero/workspace/emacs-for-python/rope-dist/ropemode/interface.py", line 274, in completions | |
| return _CodeAssist(self, self.env).completions() | |
| File "/home/eulero/workspace/emacs-for-python/rope-dist/ropemode/interface.py", line 593, in completions | |
| proposals = self._calculate_proposals() | |
| File "/home/eulero/workspace/emacs-for-python/rope-dist/ropemode/interface.py", line 620, in _calculate_proposals | |
| resource, maxfixes=maxfixes) | |
| File "/home/eulero/workspace/emacs-for-python/rope-dist/rope/contrib/codeassist.py", line 33, in code_assist | |
| return assist() | |
| File "/home/eulero/workspace/emacs-for-python/rope-dist/rope/contrib/codeassist.py", line 324, in __call__ | |
| completions = list(self._code_completions().values()) | |
| File "/home/eulero/workspace/emacs-for-python/rope-dist/rope/contrib/codeassist.py", line 392, in _code_completions | |
| pymodule = fixer.get_pymodule() | |
| File "/home/eulero/workspace/emacs-for-python/rope-dist/rope/base/utils.py", line 10, in _wrapper | |
| setattr(self, name, func(self, *args, **kwds)) | |
| File "/home/eulero/workspace/emacs-for-python/rope-dist/rope/contrib/fixsyntax.py", line 42, in get_pymodule | |
| new_message) | |
| ModuleSyntaxError: Syntax error in file <blogger_bridge.py> line <82>: | |
| Syntax errors in file blogger_bridge.py: | |
| * line 23: invalid syntax ... fixed | |
| * line 82: expected an indented block ... raised! | |
| ModuleSyntaxError: Syntax error in file <blogger_bridge.py> line <82>: | |
| Syntax errors in file blogger_bridge.py: | |
| * line 23: invalid syntax ... fixed | |
| * line 82: expected an indented block ... raised! |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you! I'm cleaning the duplication