1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16.  | Traceback (most recent call last):   File "C:\Users\David\Google Drive\My Documents\OxCamNE.3.0\gluon\restricted.py", line 219, in restricted     exec(ccode, environment)   File "C:\Users\David\Google Drive\My Documents\OxCamNE.3.0\applications\init\controllers/default.py", line 1243, in <module>   File "C:\Users\David\Google Drive\My Documents\OxCamNE.3.0\gluon\globals.py", line 421, in <lambda>     self._caller = lambda f: f()   File "C:\Users\David\Google Drive\My Documents\OxCamNE.3.0\applications\init\models\db.py", line 121, in wrapped_f     return f(*args)   File "C:\Users\David\Google Drive\My Documents\OxCamNE.3.0\applications\init\controllers/default.py", line 1078, in finstmt     assets['Accounts Payable'] = getpyblrcvbl(-1, 'Event expenses pending')   File "C:\Users\David\Google Drive\My Documents\OxCamNE.3.0\applications\init\controllers/default.py", line 1043, in getpyblrcvbl     d = [value(session.range.startstamp)]   File "C:\Users\David\Google Drive\My Documents\OxCamNE.3.0\applications\init\controllers/default.py", line 1040, in value     if r[sumamt] * sign > 0: TypeError: string indices must be integers, not Expression
   |