Advertisement
Guest User

Untitled

a guest
Jul 7th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. "Traceback (innermost last):
  2. File "/home/addy/frappe-bench/apps/frappe/frappe/app.py", line 46, in application
  3. response = frappe.handler.handle()
  4. File "/home/addy/frappe-bench/apps/frappe/frappe/handler.py", line 66, in handle
  5. execute_cmd(cmd)
  6. File "/home/addy/frappe-bench/apps/frappe/frappe/handler.py", line 84, in execute_cmd
  7. ret = frappe.call(method, **frappe.form_dict)
  8. File "/home/addy/frappe-bench/apps/frappe/frappe/__init__.py", line 518, in call
  9. return fn(*args, **newargs)
  10. File "/home/addy/frappe-bench/apps/frappe/frappe/widgets/query_report.py", line 30, in get_script
  11. module_path = get_module_path(module)
  12. File "/home/addy/frappe-bench/apps/frappe/frappe/modules/__init__.py", line 27, in get_module_path
  13. return frappe.get_module_path(module)
  14. File "/home/addy/frappe-bench/apps/frappe/frappe/__init__.py", line 379, in get_module_path
  15. return get_pymodule_path(local.module_app[module] + "." + module, *joins)
  16. KeyError: u'rigpl_erpnext'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement