Cannot find setup module in desktop

  1. i cannot find setup module in desktop;
  2. if i using link:http://128.199.200.6/desk#modules/Setup , it shows error:
    Traceback (innermost last): File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 57, in application response = frappe.handler.handle() File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle execute_cmd(cmd) File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd ret = frappe.call(method, **frappe.form_dict) File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 806, in call return fn(*args, **newargs) TypeError: get() takes exactly 1 argument (0 given)

how to solve this issue.

Installed Apps

ERPNext: v6.27.12

Frappe Framework: v6.27.16

Mandrill Integration: v0.0.1

mankem: v0.0.1

Bounch: master

@Gavin_Ji did you login in your account as administrator or another user?

Hello @ramielian ,
I get the error also, pls give some clues.
Version: Frappe Framework: v6.27.21
User: administrator
Mode: developer
Commands:
bench new-app library_management
bench new-site library
bench set-nginx-port library 82
bench --site library install-app library_management
sudo service nginx reload

Thank you

all people who install it with setup-production will come to this error

i try to setup using develop but cant install it at all…

cannot list for setup but can search on the seach bar
try search for role list

I swiched success to develop as

cd frappe-bench
bench switch-to-develop --upgrade
sudo pip install -U setuptools
sudo apt-get install -y libffi-dev
sudo pip install -e ./apps/frappe/
bench update & bench start

May be something hidden in code, will compare the frappe folder

1 Like

mine working like this

cd frappe-bench
sudo pip install -U setuptools
sudo apt-get install -y libffi-dev
sudo pip install -e ./apps/frappe/
bench switch-to-develop --upgrade
bench update
bench start

this is beta version 7

1 Like

Yes, I think yours commands are in better order, more correct. After switching to version 7, I can use the setup as intended. I think the different is in frappe folder, I am trying to comparing two versions.

i try to reproduce it again on my home…
not working

i wonder whats the problem