Skip to content

Instantly share code, notes, and snippets.

Created June 19, 2014 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9597b16141619f2787a2 to your computer and use it in GitHub Desktop.
Save anonymous/9597b16141619f2787a2 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/local/bin/frappe", line 9, in <module>
load_entry_point('frappe==4.0.1', 'console_scripts', 'frappe')()
File "/home/christopher/frappe-bench/apps/frappe/frappe/cli.py", line 45, in main
frappe.init(site, sites_path=sites_path)
File "/home/christopher/frappe-bench/apps/frappe/frappe/__init__.py", line 109, in init
setup_module_map()
File "/home/christopher/frappe-bench/apps/frappe/frappe/__init__.py", line 451, in setup_module_map
for module in get_module_list(app):
File "/home/christopher/frappe-bench/apps/frappe/frappe/__init__.py", line 385, in get_module_list
return get_file_items(os.path.join(os.path.dirname(get_module(app_name).__file__), "modules.txt"))
File "/home/christopher/frappe-bench/apps/frappe/frappe/__init__.py", line 362, in get_module
return importlib.import_module(modulename)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named erpnext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment