Experts please help I am not able to print anything after bench migrate .
Traceback (most recent call last):
File “/home/ommi/frappe-bench/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/ommi/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/ommi/frappe-bench/apps/frappe/frappe/handler.py”, line 30, in execute_cmd
method = get_attr(cmd)
File “/home/ommi/frappe-bench/apps/frappe/frappe/handler.py”, line 114, in get_attr
method = frappe.get_attr(cmd)
File “/home/ommi/frappe-bench/apps/frappe/frappe/init.py”, line 854, in get_attr
return getattr(get_module(modulename), methodname)
File “/home/ommi/frappe-bench/apps/frappe/frappe/init.py”, line 641, 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 pages.print
`ommi@ommi:~$ bench update
INFO:bench.utils:updating bench
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 1), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (9/9), done.
From https://github.com/frappe/bench
cc2f948..f9e8abc develop -> origin/develop
* [new branch] nginx-domains-wildcard-ssl -> origin/nginx-domains-wildcard-ssl
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'ommi@ommi.(none)')
Traceback (most recent call last):
File "/usr/local/bin/bench", line 9, in <module>
load_entry_point('bench==3.0.0', 'console_scripts', 'bench')()
File "/home/ommi/bench-repo/bench/cli.py", line 40, in cli
bench_command()
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
File "/home/ommi/bench-repo/bench/commands/update.py", line 34, in update
update_bench()
File "/home/ommi/bench-repo/bench/utils.py", line 200, in update_bench
exec_cmd("git pull", cwd=cwd)
File "/home/ommi/bench-repo/bench/utils.py", line 100, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git pull
Sir , I updated bench successfully, even after that the problem persists . Please help , unable to print anything
Traceback (most recent call last):
File "/home/ommi/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
response = frappe.handler.handle()
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 30, in execute_cmd
method = get_attr(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 114, in get_attr
method = frappe.get_attr(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/__init__.py", line 854, in get_attr
return getattr(get_module(modulename), methodname)
File "/home/ommi/frappe-bench/apps/frappe/frappe/__init__.py", line 641, 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 pages.print