| <type 'exceptions.SyntaxError'> | Python 2.5.1: /home/electron/bin/bin/python Mon Jan 5 16:56:30 2009 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/.keerokee/electron/shinyshell.net/openid_login.py in |
| 56 #------------------- INITIALISE ELECTRON FRAMEWORK ---------------------# |
| 57 import Electron.environment |
| 58 import Electron.session |
| 59 |
| 60 #----------------------------MAIN SCRIPT -------------------------------# |
| Electron = <module 'Electron' from '/home/.keerokee/electron/shinyshell.net/Electron/__init__.pyc'>, Electron.session undefined |
| /home/.keerokee/electron/shinyshell.net/Electron/session.py in |
| 14 |
| 15 sys.path[0] = os.environ["DOCUMENT_ROOT"] |
| 16 import openid |
| 17 |
| 18 class Error(Exception): |
| openid undefined |
<type 'exceptions.SyntaxError'>: invalid syntax (openid.py, line 24)