I tried to install this app, on my VM and I am having errors. Please help
Traceback (innermost last):
File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 60, in application
init_site(request)
File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 154, in init_site
frappe.init(site=site, sites_path=_sites_path)
File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 137, in init
setup_module_map()
File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 723, in setup_module_map
for module in get_module_list(app):
File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 632, in get_module_list
return get_file_items(os.path.join(os.path.dirname(get_module(app_name).file), "modules.txt"))
File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 590, 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 Paypal
I tried to install this app, on my VM and I am having errors. Please help Traceback (innermost last): File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 60, in application init_site(request) File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 154, in init_site frappe.init(site=site, sites_path=_sites_path) File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 137, in init setup_module_map() File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 723, in setup_module_map for module in get_module_list(app): File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 632, in get_module_list return get_file_items(os.path.join(os.path.dirname(get_module(app_name).file), "modules.txt")) File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 590, 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 Paypal